Add support for PIC and APCS-FLOAT type binaries.
[deliverable/binutils-gdb.git] / gdb / remote-hms.c
index 30eee4e0d2fef6661bdbc0731ce51cd6e6bd4090..6051c4ff3a3b496fd265c8ea2d3e6b6d52329af1 100644 (file)
@@ -924,7 +924,7 @@ hms_fetch_register (dummy)
   int s;
   int gottok;
 
-  unsigned LONGEST reg[NUM_REGS];
+  ULONGEST reg[NUM_REGS];
 
   check_open ();
 
@@ -1348,6 +1348,7 @@ by a serial line.",
   hms_mourn,                   /* mourn_inferior FIXME */
   0,                           /* can_run */
   0,                           /* notice_signals */
+  0,                           /* to_thread_alive */
   0,                           /* to_stop */
   process_stratum, 0,          /* next */
   1, 1, 1, 1, 1,               /* all mem, mem, stack, regs, exec */
This page took 0.024434 seconds and 4 git commands to generate.