X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdebug-int.lisp;h=26ca084d8705506910499dae842fad1a71eaac5e;hb=77bf768d096845986af71ca5055c94c4abd626ed;hp=4052fdce917e4242e21daabda901bb5c26046183;hpb=360bfcf8c91635f390dad7139dac4b7138cfa9b7;p=sbcl.git diff --git a/src/code/debug-int.lisp b/src/code/debug-int.lisp index 4052fdc..26ca084 100644 --- a/src/code/debug-int.lisp +++ b/src/code/debug-int.lisp @@ -3384,9 +3384,9 @@ register." ;; sense in signaling the condition. (when step-info (let ((*step-frame* - #+(or x86 x86-64) + #!+(or x86 x86-64) (signal-context-frame (sb!alien::alien-sap context)) - #-(or x86 x86-64) + #!-(or x86 x86-64) ;; KLUDGE: Use the first non-foreign frame as the ;; *STACK-TOP-HINT*. Getting the frame from the signal ;; context as on x86 would be cleaner, but