Kill init_sal
[deliverable/binutils-gdb.git] / gdb / guile / scm-frame.c
index 994f92d41c8eef80aa7795379c1f9b2b2b6c3c38..b2af7432a6308655e9d0b9769344292bc73e5e0e 100644 (file)
@@ -761,7 +761,7 @@ gdbscm_frame_sal (SCM self)
     {
       frame = frscm_frame_smob_to_frame (f_smob);
       if (frame != NULL)
-       find_frame_sal (frame, &sal);
+       sal = find_frame_sal (frame);
     }
   CATCH (except, RETURN_MASK_ALL)
     {
This page took 0.024275 seconds and 4 git commands to generate.