mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Sparc: split helper.c
Move CPU init to cpu_init.c and interrupt handling to int32_helper.c for Sparc32 and int64_helper.c for Sparc64. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
c65f6fd4bc
commit
ab3b491f21
7 changed files with 1139 additions and 1084 deletions
|
@ -13,7 +13,6 @@
|
|||
//#define DEBUG_UNALIGNED
|
||||
//#define DEBUG_UNASSIGNED
|
||||
//#define DEBUG_ASI
|
||||
//#define DEBUG_PCALL
|
||||
//#define DEBUG_PSTATE
|
||||
//#define DEBUG_CACHE_CONTROL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue