From: Jeff Law Date: Sat, 28 Aug 1999 08:00:27 +0000 (+0000) Subject: Add missing '!' change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7d6d4850995f904bfc9817590eed2adb18a59d9;p=binutils-gdb.git Add missing '!' change. --- diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index f73fa9f99f2..e2a778f49a3 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));