diff --git a/basis/cpu/x86/x86.factor b/basis/cpu/x86/x86.factor index 292556be9c..5394e36ec6 100644 --- a/basis/cpu/x86/x86.factor +++ b/basis/cpu/x86/x86.factor @@ -604,7 +604,7 @@ M:: x86 %dispatch ( src temp -- ) building get length :> end ! Fix up the displacement above cell alignment - [ end start - + building get dup pop* push ] + [ end start - + building get set-last ] [ (align-code) ] bi ;