Commit aefce9af41cc282adfdf4996902f10d8c31d3fe5
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 | 123 | void do_msub (void); |
| 124 | 124 | void do_msubu (void); |
| 125 | 125 | #endif |
| 126 | -__attribute__ (( regparm(2) )) | |
| 127 | 126 | void do_mfc0(int reg, int sel); |
| 128 | -__attribute__ (( regparm(2) )) | |
| 129 | 127 | void do_mtc0(int reg, int sel); |
| 130 | 128 | void do_tlbwi (void); |
| 131 | 129 | void do_tlbwr (void); |
| ... | ... | @@ -145,7 +143,6 @@ void do_swl_kernel (void); |
| 145 | 143 | void do_swr_user (void); |
| 146 | 144 | void do_swr_kernel (void); |
| 147 | 145 | #endif |
| 148 | -__attribute__ (( regparm(1) )) | |
| 149 | 146 | void do_pmon (int function); |
| 150 | 147 | |
| 151 | 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 | 150 | void do_interrupt (CPUState *env); |
| 154 | 151 | |
| 155 | 152 | void cpu_loop_exit(void); |
| 156 | -__attribute__ (( regparm(2) )) | |
| 157 | 153 | void do_raise_exception_err (uint32_t exception, int error_code); |
| 158 | -__attribute__ (( regparm(1) )) | |
| 159 | 154 | void do_raise_exception (uint32_t exception); |
| 160 | 155 | |
| 161 | 156 | void cpu_dump_state(CPUState *env, FILE *f, | ... | ... |