factor/vm/os-windows-x86.32.cpp

11 lines
201 B
C++
Raw Permalink Normal View History

#include "master.hpp"
2013-05-11 22:24:31 -04:00
namespace factor {
2013-05-11 22:24:31 -04:00
void factor_vm::c_to_factor_toplevel(cell quot) {
// 32-bit Windows SEH set up in basis/bootstrap/assembler/x86.32.windows.factor
2013-05-11 22:24:31 -04:00
c_to_factor(quot);
}
}