]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/ppc/assembler/backend/backend.factor
Fixing basis -> extra dependencies
[factor.git] / basis / cpu / ppc / assembler / backend / backend.factor
index 072f50520cdb4ce5946206a6acf488209548af3e..b881f5a974ee096e1c19b47326a7edd090526966 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: compiler.generator.fixup kernel namespaces sequences
-words math math.bitfields io.binary parser lexer ;
+words math math.bitwise io.binary parser lexer ;
 IN: cpu.ppc.assembler.backend
 
 : insn ( operand opcode -- ) { 26 0 } bitfield , ;