*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / dummy-frame.c
index 4181735f2daa95d40e26664b5bbf28d2e55d3d7e..a320b7d3b9f8f53822b49a29d928dbeb0697c0f7 100644 (file)
@@ -397,11 +397,13 @@ dummy_frame_this_id (struct frame_info *next_frame,
       (*this_id) = null_frame_id;
       return;
     }
-  (*this_prologue_cache) = find_dummy_frame ((*this_id).pc, (*this_id).base);
+  (*this_prologue_cache) = find_dummy_frame ((*this_id).code_addr,
+                                            (*this_id).stack_addr);
 }
 
 static struct frame_unwind dummy_frame_unwind =
 {
+  DUMMY_FRAME,
   dummy_frame_this_id,
   dummy_frame_prev_register
 };
This page took 0.025004 seconds and 4 git commands to generate.