Skip to content
Snippets Groups Projects
Commit 752f16ce authored by ram's avatar ram
Browse files

Fixed FRAME-DOWN to pass the real frame into GET-CONTEXT-VALUE, rather

than the (possibly interpreter) frame.
parent fda0845c
No related branches found
No related tags found
No related merge requests found
......@@ -785,11 +785,11 @@
(possibly-an-interpreted-frame
(compute-calling-frame
(get-context-value
frame
real
c::old-fp-save-offset
(c::compiled-debug-function-old-fp c-d-f))
(get-context-value
frame
real
c::return-pc-save-offset
(c::compiled-debug-function-return-pc c-d-f))
frame)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment