diff options
Diffstat (limited to 'opcodes/mn10200-opc.c')
-rw-r--r-- | opcodes/mn10200-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mn10200-opc.c b/opcodes/mn10200-opc.c index 9d8c1d8..2f70b90 100644 --- a/opcodes/mn10200-opc.c +++ b/opcodes/mn10200-opc.c @@ -340,7 +340,7 @@ const struct mn10200_opcode mn10200_opcodes[] = { /* Extension. We need some instruction to trigger "emulated syscalls" for our simulator. */ -{ "trap", 0xf010, 0xffff, FMT_4, {UNUSED}}, +{ "syscall", 0xf010, 0xffff, FMT_4, {UNUSED}}, /* Extension. When talking to the simulator, gdb requires some instruction that will trigger a "breakpoint" (really just an instruction that isn't |