* simops.c (syscall): Handle change in opcode # for syscall.
* mn10300.igen (syscall): Likewise.
This commit is contained in:
parent
67be18db3b
commit
7c8a2969e6
1 changed files with 1 additions and 1 deletions
|
@ -2869,7 +2869,7 @@ void OP_F0FE (insn, extension)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* syscall */
|
/* syscall */
|
||||||
void OP_F020 (insn, extension)
|
void OP_F0C0 (insn, extension)
|
||||||
unsigned long insn, extension;
|
unsigned long insn, extension;
|
||||||
{
|
{
|
||||||
/* We use this for simulated system calls; we may need to change
|
/* We use this for simulated system calls; we may need to change
|
||||||
|
|
Loading…
Add table
Reference in a new issue