* mips-tdep.c (mips_type_needs_double_align): New function.
[deliverable/binutils-gdb.git] / gdb / mon960-rom.c
index 27c5092f9aebeaddddcf58e89d2237805d7a014e..2b7fe5fd58d1cc7c7fd65aaaef774b9591f81b0f 100644 (file)
@@ -42,20 +42,18 @@ static void mon960_open (char *args, int from_tty);
 static void
 mon960_load_gen (char *filename, int from_tty)
 {
-  extern int inferior_pid;
-
   generic_load (filename, from_tty);
   /* Finally, make the PC point at the start address */
   if (exec_bfd)
     write_pc (bfd_get_start_address (exec_bfd));
 
-  inferior_pid = 0;            /* No process now */
+  inferior_ptid = null_ptid;           /* No process now */
 }
 
 #else
 
 static void
-mon960_load (serial_t desc, char *file, int hashmark)
+mon960_load (struct serial *desc, char *file, int hashmark)
 {
   bfd *abfd;
   asection *s;
This page took 0.023381 seconds and 4 git commands to generate.