diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2001-05-15 18:10:05 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2001-05-15 18:10:05 +0000 |
commit | 2e49fdf657edbf408bbee673e1829aafd91ad4b2 (patch) | |
tree | 71dd5d4c337a59c93c7862087ef4c96269e087f8 /opcodes/cgen-dis.in | |
parent | 920f3e47a09c25c128e54ea193997cd96d12a1af (diff) | |
download | gdb-2e49fdf657edbf408bbee673e1829aafd91ad4b2.tar.gz |
* cgen disasm bug fix
2001-05-15 Frank Ch. Eigler <fche@redhat.com>
* cgen-dis.in (extract_normal): Complete support for min<base case.
Diffstat (limited to 'opcodes/cgen-dis.in')
-rw-r--r-- | opcodes/cgen-dis.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-dis.in b/opcodes/cgen-dis.in index 91fed7b0a72..b2372fd56d7 100644 --- a/opcodes/cgen-dis.in +++ b/opcodes/cgen-dis.in @@ -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) |