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:
3ea80b3
)
Fix oops.
author
Jeff Law
<law@redhat.com>
Wed, 28 Jul 1999 10:36:38 +0000
(10:36 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 28 Jul 1999 10:36:38 +0000
(10:36 +0000)
opcodes/hppa-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/hppa-dis.c
b/opcodes/hppa-dis.c
index ef2112cd5bc6c809eeafbd1a6954eeb5c2824fd3..8e48d678e91e8e132c553a7a8974f874028536b6 100644
(file)
--- a/
opcodes/hppa-dis.c
+++ b/
opcodes/hppa-dis.c
@@
-328,6
+328,7
@@
print_insn_hppa (memaddr, info)
break;
case 'E':
fput_fp_reg (GET_FIELD (insn, 6, 10), info);
+ break;
case 't':
fput_reg (GET_FIELD (insn, 27, 31), info);
break;