diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-09-11 09:33:40 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-23 15:07:52 +0000 |
commit | ab3b491f2131e12503d165a8ffaef5f3a488eafe (patch) | |
tree | 0c7057376eb14ede160a21c11a732da33e82bb45 /target-sparc/op_helper.c | |
parent | c65f6fd4bc485f893cd032cd32c8f6eb2a6ae757 (diff) |
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>
Diffstat (limited to 'target-sparc/op_helper.c')
-rw-r--r-- | target-sparc/op_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index 1cb0636c30..110227399b 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -13,7 +13,6 @@ //#define DEBUG_UNALIGNED //#define DEBUG_UNASSIGNED //#define DEBUG_ASI -//#define DEBUG_PCALL //#define DEBUG_PSTATE //#define DEBUG_CACHE_CONTROL |