mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Move prototype back to avoid a compiler warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4443 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
293f78bc1b
commit
4da450e616
2 changed files with 1 additions and 1 deletions
|
@ -30,6 +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);
|
||||
|
||||
static inline int cpu_halted(CPUState *env1) {
|
||||
if (!env1->halted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue