Add xml selftests for aarch64 target description.
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 49f2fc54d6e2ff46d5f80e90701645d40615aa3a..d7df3c7d5766b4881e2f61dc4e9e74a7b4382403 100644 (file)
@@ -7565,7 +7565,7 @@ check_exception_resume (struct execution_control_state *ecs,
      CFA and the HANDLER.  We ignore the CFA, extract the handler, and
      set a breakpoint there.  */
   probe = find_probe_by_pc (get_frame_pc (frame));
-  if (probe.probe)
+  if (probe.prob)
     {
       insert_exception_resume_from_probe (ecs->event_thread, &probe, frame);
       return;
This page took 0.045551 seconds and 4 git commands to generate.