2010-04-08 13:32:14 -04:00
|
|
|
#include "master.hpp"
|
|
|
|
|
|
|
|
namespace factor
|
|
|
|
{
|
|
|
|
|
|
|
|
void factor_vm::c_to_factor_toplevel(cell quot)
|
|
|
|
{
|
2011-09-18 21:25:06 -04:00
|
|
|
/* 32-bit Windows SEH is set up in basis/cpu/x86/32/windows/bootstrap.factor */
|
2010-04-08 13:32:14 -04:00
|
|
|
c_to_factor(quot);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|