From 0915c8433b271bf16302ab09801241d19ce37fb1 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 18 Mar 1997 21:24:38 +0000 Subject: * simops.c: Do syscall emulation in "syscall" instruction. Add dummy "trap" instruction. Cleanups for the beta release. --- sim/mn10300/simops.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sim/mn10300/simops.c') diff --git a/sim/mn10300/simops.c b/sim/mn10300/simops.c index 3fe6799..550d3e1 100644 --- a/sim/mn10300/simops.c +++ b/sim/mn10300/simops.c @@ -2833,6 +2833,13 @@ void OP_F0FD (insn, extension) void OP_F0FE (insn, extension) unsigned long insn, extension; { + abort (); +} + +/* syscall */ +void OP_F0FF (insn, extension) + unsigned long insn, extension; +{ /* We use this for simulated system calls; we may need to change it to a reserved instruction if we conflict with uses at Matsushita. */ -- cgit v1.1