forked from Imagelibrary/binutils-gdb
2002-01-29 Daniel Jacobowitz <drow@mvista.com>
* unwind-ia64.c (unw_decoder): Change second argument
to unsigned int, to match function prototypes.
This commit is contained in:
@@ -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] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user