Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Dec 9, 2024
1 parent 1e0bbae commit 7f9e2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn compile_statement<'ctx: 'parent, 'parent>(
compile_if(ctx, locals, block, if_stmt);
}
Statement::Return(return_stmt) => {
compile_return(ctx, locals, &block, return_stmt);
compile_return(ctx, locals, block, return_stmt);
}
}
}

0 comments on commit 7f9e2b9

Please sign in to comment.