X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fshow.lisp;h=b52d6a500d329846e4b70d86f9b05c97de00f175;hb=dd357f3be290498fb7ef172696d986337f517a93;hp=c2076b20e285e5fd672de9c44408d6e43ceb2045;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/compiler/x86/show.lisp b/src/compiler/x86/show.lisp index c2076b2..b52d6a5 100644 --- a/src/compiler/x86/show.lisp +++ b/src/compiler/x86/show.lisp @@ -28,5 +28,5 @@ (inst push object) (inst lea eax (make-fixup (extern-alien-name "debug_print") :foreign)) (inst call (make-fixup (extern-alien-name "call_into_c") :foreign)) - (inst add esp-tn word-bytes) + (inst add esp-tn n-word-bytes) (move result eax)))