summaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-08-28 08:00:27 +0000
committerJeff Law <law@redhat.com>1999-08-28 08:00:27 +0000
commit6a9c76ae6495d3b0718e24dda54fb512c26b0fba (patch)
treead5ade98708e65a80bc02474d94823b71c8dbafe /opcodes/hppa-dis.c
parente15eaa82b5ccf42ae89b822a165e85c15eeff9ff (diff)
downloadbinutils-redhat-6a9c76ae6495d3b0718e24dda54fb512c26b0fba.tar.gz
Add missing '!' change.
Diffstat (limited to 'opcodes/hppa-dis.c')
-rw-r--r--opcodes/hppa-dis.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c
index f73fa9f99f..e2a778f49a 100644
--- 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));