aboutsummaryrefslogtreecommitdiff
path: root/opcodes/cgen-dis.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2001-05-15 18:10:05 +0000
committerFrank Ch. Eigler <fche@redhat.com>2001-05-15 18:10:05 +0000
commit84fd0d38aef23f365fe9e1ef3dac9ed4f4ae3b4b (patch)
tree59ca7f6c06f41e2bee311b3ece24535f4fee0037 /opcodes/cgen-dis.in
parent4fe85591019ffb8d09b9c8b31869d42e070949b3 (diff)
downloadgdb-84fd0d38aef23f365fe9e1ef3dac9ed4f4ae3b4b.zip
gdb-84fd0d38aef23f365fe9e1ef3dac9ed4f4ae3b4b.tar.gz
gdb-84fd0d38aef23f365fe9e1ef3dac9ed4f4ae3b4b.tar.bz2
* 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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-dis.in b/opcodes/cgen-dis.in
index 91fed7b..b2372fd 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)