2003-09-12 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / m32r-tdep.c
index dc51699ff8ea61ba212695b4c2c20fd957fbe826..12a91c223f92af2e3e8585391071c896856ad381 100644 (file)
@@ -832,7 +832,7 @@ m32r_frame_this_id (struct frame_info *next_frame,
 
   /* This is meant to halt the backtrace at "_start".  Make sure we
      don't halt it at a generic dummy frame. */
-  if (inside_entry_file (func))
+  if (deprecated_inside_entry_file (func))
     return;
 
   /* Check if the stack is empty.  */
This page took 0.022789 seconds and 4 git commands to generate.