From 87cd0a5dab197d0dd0d2951ed31671a26b416281 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 13 Aug 2008 14:17:36 -0500 Subject: [PATCH] Fix --- basis/cpu/x86/32/32.factor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/basis/cpu/x86/32/32.factor b/basis/cpu/x86/32/32.factor index 5c81636789..504707777a 100755 --- a/basis/cpu/x86/32/32.factor +++ b/basis/cpu/x86/32/32.factor @@ -3,6 +3,7 @@ USING: alien.c-types arrays cpu.x86.assembler cpu.x86.architecture cpu.x86.intrinsics cpu.x86.allot cpu.architecture kernel kernel.private math namespaces sequences +stack-checker.known-words compiler.generator.registers compiler.generator.fixup compiler.generator system layouts combinators command-line compiler compiler.units io vocabs.loader accessors @@ -277,6 +278,8 @@ os windows? [ JE ] { } define-if-intrinsic +\ (sse2?) { } { object } define-primitive + >> : sse2? ( -- ? ) (sse2?) ;