* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / i386ly-tdep.c
index 3f87816947ecd374d1cd4a8ae4c5f34e4b10e702..0d2ef41bf25b5b22b7479ab2f69eb43801436b5b 100644 (file)
@@ -32,7 +32,7 @@ i386lynx_saved_pc_after_call (frame)
      struct frame_info *frame;
 {
   char opcode[7];
-  static const char call_inst[] = {0x9a, 0, 0, 0, 0, 8, 0}; /* lcall 0x8,0x0 */
+  static const unsigned char call_inst[] = {0x9a, 0, 0, 0, 0, 8, 0}; /* lcall 0x8,0x0 */
 
   read_memory (frame->pc - 7, opcode, 7);
   if (memcmp (opcode, call_inst, 7) == 0)
This page took 0.022771 seconds and 4 git commands to generate.