Revision aefce9af target-mips/exec.h

b/target-mips/exec.h
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 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 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, 

Also available in: Unified diff