qemu-e2k/target-openrisc
David Morrison 3d59b6808b target-openrisc: bugfix for dec_sys to decode instructions correctly
Fixed the decoding of "system" instructions (starting with 0x2)
in dec_sys() in translate.c.  In particular, the l.trap instruction
is now correctly decoded, which enables for singlestepping and
breakpoints to be set in GDB.

Signed-off-by: David R. Morrison <dmorrison@invlim.com>
Acked-by: Jia Liu <proljc@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2015-01-15 10:44:13 +03:00
..
cpu.c target-openrisc: Use cpu_exec_interrupt qom hook 2014-09-25 18:54:22 +01:00
cpu.h target-openrisc: Use cpu_exec_interrupt qom hook 2014-09-25 18:54:22 +01:00
exception_helper.c
exception.c
exception.h
fpu_helper.c
gdbstub.c
helper.h
int_helper.c
interrupt_helper.c
interrupt.c target-openrisc: Use cpu_exec_interrupt qom hook 2014-09-25 18:54:22 +01:00
machine.c
Makefile.objs
mmu_helper.c
mmu.c
sys_helper.c
translate.c target-openrisc: bugfix for dec_sys to decode instructions correctly 2015-01-15 10:44:13 +03:00