summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-07 19:07:52 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-07 19:07:52 +0000
commitaefce9af41cc282adfdf4996902f10d8c31d3fe5 (patch)
tree1b57e7253ffed7687de481d31bbf2ba5ea245320
parentee5bbe38b1193bb2a8c2a450acb3d4679663fba1 (diff)
downloadqemu-aefce9af41cc282adfdf4996902f10d8c31d3fe5.tar.gz
compilation fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1507 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--target-mips/exec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h
index d7f75efc56..77fce26d2b 100644
--- a/target-mips/exec.h
+++ b/target-mips/exec.h
@@ -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,