* cgen disasm bug fix

2001-05-15  Frank Ch. Eigler  <fche@redhat.com>

	* cgen-dis.in (extract_normal): Complete support for min<base case.
This commit is contained in:
Frank Ch. Eigler 2001-05-15 18:10:05 +00:00
parent 4fe8559101
commit 84fd0d38ae
2 changed files with 5 additions and 1 deletions

View 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.

View 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)