sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/target-sparc
Blue Swirl e67768d0f1 sparc: move do_interrupt to helper.c
do_interrupt() was mixing CPUState pointer passed from caller
and global env (AREG0).

Fix by moving the function to helper.c. Introduce a helper for calling
change_pstate() safely from outside of execution context.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-06-26 18:25:17 +00:00
..
TODO Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
cpu.h sparc: move do_interrupt to helper.c 2011-06-26 18:25:17 +00:00
exec.h sparc: move do_interrupt to helper.c 2011-06-26 18:25:17 +00:00
helper.c sparc: move do_interrupt to helper.c 2011-06-26 18:25:17 +00:00
helper.h Delete unused tb_invalidate_page_range 2011-05-22 10:47:28 +00:00
machine.c Sparc32: dummy implementation of MXCC MMU breakpoint registers 2011-06-26 18:25:09 +00:00
op_helper.c sparc: move do_interrupt to helper.c 2011-06-26 18:25:17 +00:00
translate.c Delete unused tb_invalidate_page_range 2011-05-22 10:47:28 +00:00