summaryrefslogtreecommitdiff
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
commited69fd01c0c509a3dd784e4edbd9293da31560d6 (patch)
tree38b16384e52605eac8b680debee64681a22189c3 /opcodes/cgen-dis.in
parentbd2c06a5e6aa32905b32e644bd8adb5463451b18 (diff)
downloadbinutils-redhat-ed69fd01c0c509a3dd784e4edbd9293da31560d6.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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-dis.in b/opcodes/cgen-dis.in
index 91fed7b0a7..b2372fd56d 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)