Compare commits

..

4 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ fn rpc_codegen_callback_fn<'ctx>(
let stackptr = call_stacksave(ctx, Some("rpc.stack"));
let args_ptr = ctx.builder
.build_array_alloca(
.build_array_alloca(
ptr_type,
ctx.ctx.i32_type().const_int(arg_length as u64, false),
"argptr",