aboutsummaryrefslogtreecommitdiff
path: root/binutils/unwind-ia64.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-01-29 16:54:04 +0000
committerDaniel Jacobowitz <drow@false.org>2002-01-29 16:54:04 +0000
commita0e9c55fc17424a8f6ef6fca7d90aa47d6341c47 (patch)
treeccd34d0ab8b518210340ddcd9eb386e749214157 /binutils/unwind-ia64.c
parentd7a283d444d6faf704eb22274a6a642b701f3c78 (diff)
downloadfsf-binutils-gdb-a0e9c55fc17424a8f6ef6fca7d90aa47d6341c47.zip
fsf-binutils-gdb-a0e9c55fc17424a8f6ef6fca7d90aa47d6341c47.tar.gz
fsf-binutils-gdb-a0e9c55fc17424a8f6ef6fca7d90aa47d6341c47.tar.bz2
2002-01-29 Daniel Jacobowitz <drow@mvista.com>
* unwind-ia64.c (unw_decoder): Change second argument to unsigned int, to match function prototypes.
Diffstat (limited to 'binutils/unwind-ia64.c')
-rw-r--r--binutils/unwind-ia64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/unwind-ia64.c b/binutils/unwind-ia64.c
index d3f4b61..0873c6f 100644
--- a/binutils/unwind-ia64.c
+++ b/binutils/unwind-ia64.c
@@ -1071,7 +1071,7 @@ unw_decode_b3_x4 (dp, code, arg)
}
typedef const unsigned char *(*unw_decoder)
- PARAMS ((const unsigned char *, unsigned char, void *));
+ PARAMS ((const unsigned char *, unsigned int, void *));
static unw_decoder unw_decode_table[2][8] =
{