mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 12:23:36 +08:00
compilation fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1507 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ee5bbe38b1
commit
aefce9af41
@ -123,9 +123,7 @@ void do_maddu (void);
|
||||
void do_msub (void);
|
||||
void do_msubu (void);
|
||||
#endif
|
||||
__attribute__ (( regparm(2) ))
|
||||
void do_mfc0(int reg, int sel);
|
||||
__attribute__ (( regparm(2) ))
|
||||
void do_mtc0(int reg, int sel);
|
||||
void do_tlbwi (void);
|
||||
void do_tlbwr (void);
|
||||
@ -145,7 +143,6 @@ void do_swl_kernel (void);
|
||||
void do_swr_user (void);
|
||||
void do_swr_kernel (void);
|
||||
#endif
|
||||
__attribute__ (( regparm(1) ))
|
||||
void do_pmon (int function);
|
||||
|
||||
int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
|
||||
@ -153,9 +150,7 @@ int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
|
||||
void do_interrupt (CPUState *env);
|
||||
|
||||
void cpu_loop_exit(void);
|
||||
__attribute__ (( regparm(2) ))
|
||||
void do_raise_exception_err (uint32_t exception, int error_code);
|
||||
__attribute__ (( regparm(1) ))
|
||||
void do_raise_exception (uint32_t exception);
|
||||
|
||||
void cpu_dump_state(CPUState *env, FILE *f,
|
||||
|
Loading…
Reference in New Issue
Block a user