qemu-e2k/target-moxie
Dunrong Huang 5357406415 target-moxie: set do_interrupt to a target-specific helper function
The value of "do_interrupt" member of CPUClass shoule be set to a
target-specific function, or it will lead to a segfault like below:

$ moxie-softmmu/qemu-system-moxie -M moxiesim
Segmentation fault

Cc: Anthony Green <green@moxielogic.com>
Cc: Blue Swirl <blauwirbel@gmail.com>
Cc: Andreas Färber <afaerber@suse.de>
Signed-off-by: Dunrong Huang <huangdr@cloud-times.com>
Signed-of-by: Anthony Green <green@moxielogic.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2013-03-31 18:26:31 +00:00
..
Makefile.objs Add moxie target code 2013-03-23 14:25:41 +00:00
cpu.c target-moxie: set do_interrupt to a target-specific helper function 2013-03-31 18:26:31 +00:00
cpu.h target-moxie: set do_interrupt to a target-specific helper function 2013-03-31 18:26:31 +00:00
helper.c target-moxie: set do_interrupt to a target-specific helper function 2013-03-31 18:26:31 +00:00
helper.h Add moxie target code 2013-03-23 14:25:41 +00:00
machine.c Add moxie target code 2013-03-23 14:25:41 +00:00
machine.h Add moxie target code 2013-03-23 14:25:41 +00:00
mmu.c Add moxie target code 2013-03-23 14:25:41 +00:00
mmu.h Add moxie target code 2013-03-23 14:25:41 +00:00
translate.c target-moxie: Fix pointer-to-integer conversion (MinGW-w64) 2013-03-30 14:03:42 +00:00