* cgen disasm bug fix
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 15 May 2001 18:10:05 +0000 (18:10 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 15 May 2001 18:10:05 +0000 (18:10 +0000)
2001-05-15  Frank Ch. Eigler  <fche@redhat.com>

* cgen-dis.in (extract_normal): Complete support for min<base case.

opcodes/ChangeLog
opcodes/cgen-dis.in

index b81650356f28bafcfada442a8ad3545e3648d0ca..b7735b9908acf0253c98e4d9a7596db3fd930a2f 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-15  Frank Ch. Eigler  <fche@redhat.com>
+
+       * cgen-dis.in (extract_normal): Complete support for min<base case.
+
 2001-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * mips-dis.c (INSNLEN): Rename MAXLEN.
index 91fed7b0a72d746aea5234b532cbfc873cfccb00..b2372fd56d7b3dc8c1eae5b75b43549a0c0d53ab 100644 (file)
@@ -300,7 +300,7 @@ print_insn (cd, pc, info, buf, buflen)
            }
          else
            length = CGEN_EXTRACT_FN (cd, insn)
-             (cd, insn, &ex_info, insn_value, &fields, pc);
+             (cd, insn, &ex_info, insn_value_cropped, &fields, pc);
 
          /* length < 0 -> error */
          if (length < 0)
This page took 0.026034 seconds and 4 git commands to generate.