mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* 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:
@ -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>
|
2001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* mips-dis.c (INSNLEN): Rename MAXLEN.
|
* mips-dis.c (INSNLEN): Rename MAXLEN.
|
||||||
|
@ -300,7 +300,7 @@ print_insn (cd, pc, info, buf, buflen)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
length = CGEN_EXTRACT_FN (cd, insn)
|
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 */
|
/* length < 0 -> error */
|
||||||
if (length < 0)
|
if (length < 0)
|
||||||
|
Reference in New Issue
Block a user