diff options
author | Jeff Law <law@redhat.com> | 1998-06-18 00:03:00 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-06-18 00:03:00 +0000 |
commit | 7c8a2969e683cb6451162337bc6204ea8c216b1d (patch) | |
tree | 4bdd581c5f2262b4340f7ba81297e13c5eb26156 /sim/mn10300 | |
parent | 67be18db3b16b843f1d6f58b7c066543ad04405f (diff) | |
download | gdb-7c8a2969e683cb6451162337bc6204ea8c216b1d.zip gdb-7c8a2969e683cb6451162337bc6204ea8c216b1d.tar.gz gdb-7c8a2969e683cb6451162337bc6204ea8c216b1d.tar.bz2 |
* simops.c (syscall): Handle change in opcode # for syscall.
* mn10300.igen (syscall): Likewise.
Diffstat (limited to 'sim/mn10300')
-rw-r--r-- | sim/mn10300/simops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/simops.c b/sim/mn10300/simops.c index aaf7f48..7a19056 100644 --- a/sim/mn10300/simops.c +++ b/sim/mn10300/simops.c @@ -2869,7 +2869,7 @@ void OP_F0FE (insn, extension) } /* syscall */ -void OP_F020 (insn, extension) +void OP_F0C0 (insn, extension) unsigned long insn, extension; { /* We use this for simulated system calls; we may need to change |