]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/assembler/arm.factor
factor: add newlines to .factor files
[factor.git] / basis / bootstrap / assembler / arm.factor
index 01ab19fbcb226d6c63639e0042a742a590c7d075..fe9b1233c7dfc624448a5db494f370517ee11779 100644 (file)
@@ -3,8 +3,9 @@
 USING: bootstrap.image.private cpu.arm.assembler kernel
 kernel.private layouts locals.backend math.private namespaces
 slots.private strings.private ;
-IN: bootstrap.arm
+IN: bootstrap.assembler.arm
 
 big-endian off
 
-! [ "bootstrap.arm" forget-vocab ] with-compilation-unit
\ No newline at end of file
+! [ "bootstrap.assembler.arm" forget-vocab ] with-compilation-unit
+