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