* 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:
parent
4fe8559101
commit
84fd0d38ae
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user