Commit aefce9af41cc282adfdf4996902f10d8c31d3fe5

Authored by bellard
1 parent ee5bbe38

compilation fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1507 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 5 deletions
target-mips/exec.h
@@ -123,9 +123,7 @@ void do_maddu (void); @@ -123,9 +123,7 @@ void do_maddu (void);
123 void do_msub (void); 123 void do_msub (void);
124 void do_msubu (void); 124 void do_msubu (void);
125 #endif 125 #endif
126 -__attribute__ (( regparm(2) ))  
127 void do_mfc0(int reg, int sel); 126 void do_mfc0(int reg, int sel);
128 -__attribute__ (( regparm(2) ))  
129 void do_mtc0(int reg, int sel); 127 void do_mtc0(int reg, int sel);
130 void do_tlbwi (void); 128 void do_tlbwi (void);
131 void do_tlbwr (void); 129 void do_tlbwr (void);
@@ -145,7 +143,6 @@ void do_swl_kernel (void); @@ -145,7 +143,6 @@ void do_swl_kernel (void);
145 void do_swr_user (void); 143 void do_swr_user (void);
146 void do_swr_kernel (void); 144 void do_swr_kernel (void);
147 #endif 145 #endif
148 -__attribute__ (( regparm(1) ))  
149 void do_pmon (int function); 146 void do_pmon (int function);
150 147
151 int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw, 148 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, @@ -153,9 +150,7 @@ int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
153 void do_interrupt (CPUState *env); 150 void do_interrupt (CPUState *env);
154 151
155 void cpu_loop_exit(void); 152 void cpu_loop_exit(void);
156 -__attribute__ (( regparm(2) ))  
157 void do_raise_exception_err (uint32_t exception, int error_code); 153 void do_raise_exception_err (uint32_t exception, int error_code);
158 -__attribute__ (( regparm(1) ))  
159 void do_raise_exception (uint32_t exception); 154 void do_raise_exception (uint32_t exception);
160 155
161 void cpu_dump_state(CPUState *env, FILE *f, 156 void cpu_dump_state(CPUState *env, FILE *f,