]> gitweb.factorcode.org Git - factor.git/blob - vm/os-windows-x86.32.cpp
VM: undo 7d9bad465ca447dc5b407044a6ce4f49c4f40686
[factor.git] / vm / os-windows-x86.32.cpp
1 #include "master.hpp"
2
3 namespace factor {
4
5 void factor_vm::c_to_factor_toplevel(cell quot) {
6   // 32-bit Windows SEH set up in basis/bootstrap/assembler/x86.32.windows.factor
7   c_to_factor(quot);
8 }
9
10 }