From: Jeff Law Date: Wed, 15 Jan 1997 13:46:18 +0000 (+0000) Subject: * simops.c: Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=898c77b856b092f293dd42f5c1d4a6efa3761d1a;p=binutils-gdb.git * simops.c: Fix typo in last change. --- diff --git a/sim/mn10300/simops.c b/sim/mn10300/simops.c index 8197dcfe992..caa2d75136e 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); }