36 vm_raise_error(vm,
"RUST_GET_SP requires FUN_WITH_RUST=ON at build time");
The Fun virtual machine state.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.
void vm_raise_error(VM *vm, const char *msg)
Raise a runtime error inside the VM, honoring try/catch/finally.
static void push_value(VM *vm, Value v)
Push a Value onto the VM operand stack.
int fun_op_rget_sp(VM *vm)