include/
[deliverable/binutils-gdb.git] / bfd / xtensa-modules.c
index bc0cf734c4ce9235698933b4e5d688b9c29167da..5fe58d49bf0fa93176e0d69b09f65c856efc653c 100644 (file)
@@ -1,5 +1,5 @@
 /* Xtensa configuration-specific ISA information.
-   Copyright 2003, 2004 Free Software Foundation, Inc.
+   Copyright 2003, 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -9074,7 +9074,7 @@ static int length_table[16] = {
 };
 
 static int
-length_decoder (const char *insn)
+length_decoder (const unsigned char *insn)
 {
   int op0 = (insn[0] >> 4) & 0xf;
   return length_table[op0];
This page took 0.024194 seconds and 4 git commands to generate.