2010-04-08 13:32:14 -04:00
|
|
|
#include "master.hpp"
|
|
|
|
|
2013-05-11 22:24:31 -04:00
|
|
|
namespace factor {
|
2010-04-08 13:32:14 -04:00
|
|
|
|
2013-05-11 22:24:31 -04:00
|
|
|
void factor_vm::c_to_factor_toplevel(cell quot) {
|
2016-08-21 10:26:04 -04:00
|
|
|
// 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);
|
2010-04-08 13:32:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|