From aefce9af41cc282adfdf4996902f10d8c31d3fe5 Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 7 Jul 2005 19:07:52 +0000 Subject: [PATCH] compilation fix git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1507 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/exec.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/target-mips/exec.h b/target-mips/exec.h index d7f75ef..77fce26 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, -- 2.7.4