]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/arm/arm.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / arm / arm.factor
index 2bad556f83d00068cdcda14780fc191be52e1341..641beee6c1eed99b7265a050859e6de633c8d3a9 100644 (file)
@@ -3,7 +3,7 @@
 USING: alien alien.c-types kernel math namespaces
 cpu.architecture cpu.arm.architecture cpu.arm.assembler
 cpu.arm.intrinsics generator generator.registers continuations
-compiler io vocabs.loader sequences system ;
+compiler io vocabs sequences system ;
 
 ! EABI passes floats in integer registers.
 [ alien-float ]