* mn10200-opc.c: Change "trap" to "syscall".
[deliverable/binutils-gdb.git] / opcodes / mn10200-opc.c
index 9d8c1d886532bb55ed2ff9d2c74d45166ddfdc4f..2f70b9081ae39bcb810e14786fa95cd026cebe37 100644 (file)
@@ -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
This page took 0.028906 seconds and 4 git commands to generate.