]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows-x86.32.cpp
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / vm / os-windows-x86.32.cpp
index 61cf9f6c4e68aef3fe1c5bc7767068c897f77f99..61d38b5900132b3e677400feddc67591078b8f32 100644 (file)
@@ -5,7 +5,7 @@ namespace factor
 
 void factor_vm::c_to_factor_toplevel(cell quot)
 {
-       /* 32-bit Windows SEH is set up in basis/cpu/x86/32/winnt/bootstrap.factor */
+       /* 32-bit Windows SEH is set up in basis/cpu/x86/32/windows/bootstrap.factor */
        c_to_factor(quot);
 }