projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c00968
)
* simops.c: Fix typo in last change.
author
Jeff Law
<law@redhat.com>
Wed, 15 Jan 1997 13:46:18 +0000
(13:46 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 15 Jan 1997 13:46:18 +0000
(13:46 +0000)
sim/mn10300/simops.c
patch
|
blob
|
history
diff --git
a/sim/mn10300/simops.c
b/sim/mn10300/simops.c
index 8197dcfe992426fdeb9bfaee9e221db44081b01b..caa2d75136e5ab3e4df763314f09a901501987d8 100644
(file)
--- 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);
}