Update declaratino of mips single_step() so it compiles again.
This commit is contained in:
parent
1cd0b43e81
commit
6217914988
|
@ -2749,7 +2749,7 @@ long step_cache [3]; /* Cache for instructions wiped out by
|
|||
|
||||
void
|
||||
single_step (ignore)
|
||||
int ignore; /* pid, but we don't need it */
|
||||
enum target_signal ignore; /* not used */
|
||||
{
|
||||
CORE_ADDR pc;
|
||||
CORE_ADDR epc;
|
||||
|
|
Loading…
Reference in New Issue