Zap another #ifdef INIT_EXTRA_FRAME_INFO
[deliverable/binutils-gdb.git] / gdb / blockframe.c
index 1c6ec2c2d360d94787076dd35a66ad582548b756..78331ce9c0c760ab6d1957ac4fec778836f4c6e1 100644 (file)
@@ -437,9 +437,8 @@ get_prev_frame (struct frame_info *next_frame)
 
   INIT_FRAME_PC_FIRST (fromleaf, prev);
 
-#ifdef INIT_EXTRA_FRAME_INFO
-  INIT_EXTRA_FRAME_INFO (fromleaf, prev);
-#endif
+  if (INIT_EXTRA_FRAME_INFO_P ())
+    INIT_EXTRA_FRAME_INFO (fromleaf, prev);
 
   /* This entry is in the frame queue now, which is good since
      FRAME_SAVED_PC may use that queue to figure out its value
This page took 0.024259 seconds and 4 git commands to generate.