aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-01-15 13:46:18 +0000
committerJeff Law <law@redhat.com>1997-01-15 13:46:18 +0000
commit898c77b856b092f293dd42f5c1d4a6efa3761d1a (patch)
tree609af25c97e7e37341b2b1654d31facda65d3701 /sim/mn10300
parent6c009684d9a5267f9c999cd067db7934ce8e42c1 (diff)
downloadgdb-898c77b856b092f293dd42f5c1d4a6efa3761d1a.zip
gdb-898c77b856b092f293dd42f5c1d4a6efa3761d1a.tar.gz
gdb-898c77b856b092f293dd42f5c1d4a6efa3761d1a.tar.bz2
* simops.c: Fix typo in last change.
Diffstat (limited to 'sim/mn10300')
-rw-r--r--sim/mn10300/simops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/simops.c b/sim/mn10300/simops.c
index 8197dcf..caa2d75 100644
--- a/sim/mn10300/simops.c
+++ b/sim/mn10300/simops.c
@@ -2054,7 +2054,7 @@ void OP_FAF00000 (insn, extension)
+ SEXT8 ((insn & 0xff00) >> 8)), 1);
z = (temp & (insn & 0xff)) == 0;
temp |= (insn & 0xff);
- store_mem (State.regs[REG_A0 + REG0_16 (insn))], 1, temp);
+ store_mem (State.regs[REG_A0 + REG0_16 (insn)], 1, temp);
PSW &= ~(PSW_Z | PSW_N | PSW_C | PSW_V);
PSW |= (z ? PSW_Z : 0);
}