projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a7191b
)
Fix typo in last change.
author
Jeff Law
<law@redhat.com>
Sun, 17 Oct 1999 23:41:19 +0000
(23:41 +0000)
committer
Jeff Law
<law@redhat.com>
Sun, 17 Oct 1999 23:41:19 +0000
(23:41 +0000)
bfd/libhppa.h
patch
|
blob
|
history
diff --git
a/bfd/libhppa.h
b/bfd/libhppa.h
index b971364666e4006ad0f6972a54b41d0cbe8b9de5..c32eabe4457e5776ca58e236b0571e3095eee79d 100644
(file)
--- a/
bfd/libhppa.h
+++ b/
bfd/libhppa.h
@@
-583,7
+583,7
@@
static INLINE int
bfd_hppa_insn2fmt (insn)
unsigned long insn;
{
-
char in
t = -1;
+
int fm
t = -1;
unsigned char op = get_opcode (insn);
switch (op)