From 91ce33a1527181f0b2dd68b6bb5f7c3573e5ebd4 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 18 Mar 1997 23:16:44 +0000 Subject: [PATCH] Tweak "syscall" opcode. --- opcodes/mn10300-opc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/mn10300-opc.c b/opcodes/mn10300-opc.c index d068d82..9b46981 100644 --- a/opcodes/mn10300-opc.c +++ b/opcodes/mn10300-opc.c @@ -495,7 +495,7 @@ const struct mn10300_opcode mn10300_opcodes[] = { /* Extension. We need some instruction to trigger "emulated syscalls" for our simulator. */ -{ "syscall", 0xf0ff, 0xffff, FMT_D0, {UNUSED}}, +{ "syscall", 0xf020, 0xffff, FMT_D0, {UNUSED}}, /* Extension. When talking to the simulator, gdb requires some instruction that will trigger a "breakpoint" (really just an instruction that isn't -- 2.7.4