2002-11-28 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index d8b12398026c5ec24fb5e554887cf803faa65756..4fc247b28c8df873d2eefe369203366dbbb32e9e 100644 (file)
@@ -1697,9 +1697,9 @@ deprecated_frame_in_dummy (struct frame_info *frame)
     return 0;
 
   /* This function is used by two files: get_frame_type(), after first
-     checking that !USE_GENERIC_DUMMY_FRAMES; and sparc-tdep.c, which
-     doesn't yet use generic dummy frames anyway.  */
-  gdb_assert (!USE_GENERIC_DUMMY_FRAMES);
+     checking that !DEPRECATED_USE_GENERIC_DUMMY_FRAMES; and
+     sparc-tdep.c, which doesn't yet use generic dummy frames anyway.  */
+  gdb_assert (!DEPRECATED_USE_GENERIC_DUMMY_FRAMES);
 
   ALL_BREAKPOINTS (b)
   {
This page took 0.023701 seconds and 4 git commands to generate.