diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-12 20:16:29 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-08-12 20:16:29 +0000 |
commit | fc7bc88384beca1d62919c19120cc0e70c0d1e4e (patch) | |
tree | 2b4a692ea199f3df001384947d93ed529700d5c7 /opcodes/cgen-ibld.in | |
parent | d8b6305a45989e1260db502c8fd13fba53d44c45 (diff) | |
download | gdb-fc7bc88384beca1d62919c19120cc0e70c0d1e4e.zip gdb-fc7bc88384beca1d62919c19120cc0e70c0d1e4e.tar.gz gdb-fc7bc88384beca1d62919c19120cc0e70c0d1e4e.tar.bz2 |
* cgen-ibld.in (extract_normal): Match type of VALUE and MASK
to *VALUEP. Regenerate all cgen files.
Diffstat (limited to 'opcodes/cgen-ibld.in')
-rw-r--r-- | opcodes/cgen-ibld.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-ibld.in b/opcodes/cgen-ibld.in index 0ca4200..213b888 100644 --- a/opcodes/cgen-ibld.in +++ b/opcodes/cgen-ibld.in @@ -415,7 +415,7 @@ extract_normal (cd, ex_info, insn_value, attrs, word_offset, start, length, #endif long *valuep; { - CGEN_INSN_INT value, mask; + long value, mask; /* If LENGTH is zero, this operand doesn't contribute to the value so give it a standard value of zero. */ |