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:
73335ea
)
oops - typo correction.
author
Nick Clifton
<nickc@redhat.com>
Mon, 7 Jan 2013 15:10:18 +0000
(15:10 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 7 Jan 2013 15:10:18 +0000
(15:10 +0000)
opcodes/cr16-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/cr16-dis.c
b/opcodes/cr16-dis.c
index c8cf3a397cc8973d56925d8983715df0e8786e47..73952c55208b2a7440ab867b38e5e62074edb214 100644
(file)
--- a/
opcodes/cr16-dis.c
+++ b/
opcodes/cr16-dis.c
@@
-318,7
+318,7
@@
int
cr16_match_opcode (void)
{
unsigned long mask;
- /* The instruction 'constant' opcode doe
w
sn't exceed 32 bits. */
+ /* The instruction 'constant' opcode doesn't exceed 32 bits. */
unsigned long doubleWord = (cr16_words[1]
+ (cr16_words[0] << 16)) & 0xffffffff;