vm: remove unguard-safepoint primitive
parent
552711e903
commit
d6a06cf5dc
|
@ -176,9 +176,4 @@ void factor_vm::handle_safepoint()
|
|||
general_error(ERROR_SIGNAL,from_unsigned_cell(signal),false_object);
|
||||
}
|
||||
|
||||
void factor_vm::primitive_guard_safepoint()
|
||||
{
|
||||
code->guard_safepoint();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -89,7 +89,6 @@ namespace factor
|
|||
_(ftell) \
|
||||
_(full_gc) \
|
||||
_(fwrite) \
|
||||
_(guard_safepoint) \
|
||||
_(identity_hashcode) \
|
||||
_(innermost_stack_frame_executing) \
|
||||
_(innermost_stack_frame_scan) \
|
||||
|
|
Loading…
Reference in New Issue