]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows-x86.32.cpp
io.streams.256color: faster by caching styles
[factor.git] / vm / os-windows-x86.32.cpp
index 61d38b5900132b3e677400feddc67591078b8f32..edcc8520c7d5656a564b11f04decba96f67e859c 100644 (file)
@@ -1,12 +1,10 @@
 #include "master.hpp"
 
-namespace factor
-{
+namespace factor {
 
-void factor_vm::c_to_factor_toplevel(cell quot)
-{
-       /* 32-bit Windows SEH is set up in basis/cpu/x86/32/windows/bootstrap.factor */
-       c_to_factor(quot);
+void factor_vm::c_to_factor_toplevel(cell quot) {
+  // 32-bit Windows SEH set up in basis/bootstrap/assembler/x86.32.windows.factor
+  c_to_factor(quot);
 }
 
 }