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:
Daniel Jacobowitz
2002-01-29 16:54:04 +00:00
parent d7a283d444
commit a0e9c55fc1
2 changed files with 6 additions and 1 deletions

View File

@@ -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] =
{