|
|
|
@ -58,7 +58,6 @@ do_syscall (SIM_CPU *current_cpu, PCADDR pc) |
|
|
|
int syscall = H2T_4 (iq2000bf_h_gr_get (current_cpu, 11)); |
|
|
|
#endif |
|
|
|
int syscall_function = iq2000bf_h_gr_get (current_cpu, 4); |
|
|
|
int i; |
|
|
|
char *buf; |
|
|
|
int PARM1 = iq2000bf_h_gr_get (current_cpu, 5); |
|
|
|
int PARM2 = iq2000bf_h_gr_get (current_cpu, 6); |
|
|
|
|