Skip to content

Commit 4d20704

Browse files
committed
Fixed merge from master.
1 parent 6dc84fb commit 4d20704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine/jit/llvm/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ extern "C" {
9292
return obj->tainted_p(state);
9393
}
9494

95-
void rbx_method_frame_initialize(STATE, CallFrame* call_frame,
95+
bool rbx_method_frame_initialize(STATE, CallFrame* call_frame,
9696
StackVariables* scope, Executable* exec, Module* mod, Arguments* args)
9797
{
9898
CompiledCode* code = as<CompiledCode>(exec);

0 commit comments

Comments
 (0)