mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Move non-op functions from op_helper.c to helper.c and vice versa.
Rearrange interrupt handling to match other targets. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4590 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -30,7 +30,7 @@ static inline void regs_to_env(void)
|
||||
|
||||
int cpu_sparc_handle_mmu_fault(CPUState *env1, target_ulong address, int rw,
|
||||
int mmu_idx, int is_softmmu);
|
||||
void do_interrupt(int intno);
|
||||
void do_interrupt(CPUState *env);
|
||||
|
||||
static inline int cpu_halted(CPUState *env1) {
|
||||
if (!env1->halted)
|
||||
|
||||
Reference in New Issue
Block a user