]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/assembler/x86.factor
factor: trim using lists
[factor.git] / basis / bootstrap / assembler / x86.factor
index c53f463ee981f25c1b315523e7f4f25b3493d19b..32b2bd6e01473789ee790cc027fdfc45f7e5d378 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: bootstrap.image.private compiler.codegen.relocation
 compiler.constants compiler.units cpu.x86.assembler
-cpu.x86.assembler.operands kernel kernel.private layouts locals
-locals.backend math math.private memory namespaces sequences
+cpu.x86.assembler.operands kernel kernel.private layouts
+locals.backend math math.private namespaces sequences
 slots.private strings.private vocabs ;
 IN: bootstrap.x86