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:
17d9105
)
Add missing '!' change.
author
Jeff Law
<law@redhat.com>
Sat, 28 Aug 1999 08:00:27 +0000
(08:00 +0000)
committer
Jeff Law
<law@redhat.com>
Sat, 28 Aug 1999 08:00:27 +0000
(08:00 +0000)
opcodes/hppa-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/hppa-dis.c
b/opcodes/hppa-dis.c
index f73fa9f99f27541c827eda8656c73984f7d9ad62..e2a778f49a3a934e49e1eb18e9e37ad3dab954db 100644
(file)
--- a/
opcodes/hppa-dis.c
+++ b/
opcodes/hppa-dis.c
@@
-618,6
+618,9
@@
print_insn_hppa (memaddr, info)
(*info->fprintf_func) (info->stream, "%d",
GET_FIELD (insn, 24, 25));
break;
+ case '!':
+ (*info->fprintf_func) (info->stream, "%sar");
+ break;
case 'p':
(*info->fprintf_func) (info->stream, "%d",
31 - GET_FIELD (insn, 22, 26));