aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-10-17 23:41:19 +0000
committerJeff Law <law@redhat.com>1999-10-17 23:41:19 +0000
commit68f8e33e592aaefb4c7f49483195251df7864844 (patch)
treea09a58d1dcd5353b1b11b0c013f94eeefe52fe3c /bfd
parent7a7191b720a22a575834fb8fa8b15ec224b30775 (diff)
downloadfsf-binutils-gdb-68f8e33e592aaefb4c7f49483195251df7864844.zip
fsf-binutils-gdb-68f8e33e592aaefb4c7f49483195251df7864844.tar.gz
fsf-binutils-gdb-68f8e33e592aaefb4c7f49483195251df7864844.tar.bz2
Fix typo in last change.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/libhppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libhppa.h b/bfd/libhppa.h
index b971364..c32eabe 100644
--- a/bfd/libhppa.h
+++ b/bfd/libhppa.h
@@ -583,7 +583,7 @@ static INLINE int
bfd_hppa_insn2fmt (insn)
unsigned long insn;
{
- char int = -1;
+ int fmt = -1;
unsigned char op = get_opcode (insn);
switch (op)