Fix USING:

db4
Slava Pestov 2008-05-08 21:59:27 -05:00
parent 32d5311821
commit d4fcaa9e84
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
! Copyright (C) 2005, 2008 Slava Pestov. ! Copyright (C) 2005, 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.c-types alien.compiler arrays USING: alien alien.c-types alien.compiler arrays
cpu.x86.assembler cpu.architecture kernel kernel.private math cpu.x86.assembler cpu.x86.assembler.private cpu.architecture
memory namespaces sequences words generator generator.registers kernel kernel.private math memory namespaces sequences words
generator.fixup system layouts combinators compiler.constants generator generator.registers generator.fixup system layouts
math.order ; combinators compiler.constants math.order ;
IN: cpu.x86.architecture IN: cpu.x86.architecture
HOOK: ds-reg cpu HOOK: ds-reg cpu