X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fmacros.lisp;h=d7b6bc2e040aeb4df4b2741cf1a4c9d3e776935b;hb=43c6634142a96e1d1bab2efe1a39cd8234903c41;hp=f0ed91e50f563f9579ee0f55568ccb7ed71ef754;hpb=1dd3616e9eadaba9f1ca86b72d64551fbd75f399;p=sbcl.git diff --git a/src/compiler/x86/macros.lisp b/src/compiler/x86/macros.lisp index f0ed91e..d7b6bc2 100644 --- a/src/compiler/x86/macros.lisp +++ b/src/compiler/x86/macros.lisp @@ -404,8 +404,7 @@ #!+sb-safepoint (defun emit-safepoint () - (inst test al-tn (make-ea :byte - :disp (make-fixup "gc_safepoint_page" :foreign)))) + (inst test eax-tn (make-ea :dword :disp sb!vm::gc-safepoint-page-addr))) #!+sb-thread (defmacro pseudo-atomic (&rest forms)