* hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 20 Jul 1993 00:22:35 +0000 (00:22 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 20 Jul 1993 00:22:35 +0000 (00:22 +0000)
opcodes/ChangeLog
opcodes/hppa-dis.c

index 69c369ad0a8969bedec7cd8720dbebfc067b6396..0c2ff96cc8e46e9f95fc6ccedd7727d6c94f544b 100644 (file)
@@ -1,5 +1,7 @@
 Mon Jul 19 13:52:21 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
+       * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
+
        * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
        don't output a space.
 
index f83d7701426e26e4cddebd34fa6154a7c132610c..93b7ea32dd64a138ee1b6fcbbdca0064e872e3af 100644 (file)
@@ -486,6 +486,9 @@ print_insn_hppa (memaddr, info)
                case 'V':
                  fput_const (extract_5_store (insn), info);
                  break;
+               case 'r':
+                 fput_const (extract_5r_store (insn), info);
+                 break;
                case 'R':
                  fput_const (extract_5R_store (insn), info);
                  break;
This page took 0.027219 seconds and 4 git commands to generate.