]> Git Repo - binutils.git/blobdiff - gdb/mips-tdep.c
2003-09-16 Andrew Cagney <[email protected]>
[binutils.git] / gdb / mips-tdep.c
index 254e377a5ecc4217894cde687b2ead035bff6445..3b5a9a88a81e016f7c4b8f1af40d6ceccc3a63af 100644 (file)
@@ -2589,7 +2589,7 @@ find_proc_desc (CORE_ADDR pc, struct frame_info *next_frame, int cur_frame)
          to have their own proc_descs, and even if they don't,
          heuristic_proc_desc knows how to create them! */
 
-      register struct linked_proc_info *link;
+      struct linked_proc_info *link;
 
       for (link = linked_proc_desc_table; link; link = link->next)
        if (PROC_LOW_ADDR (&link->info) <= pc
This page took 0.024543 seconds and 4 git commands to generate.