Skip to content

Commit 92af5b4

Browse files
committed
Fix build
1 parent f27f873 commit 92af5b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/translate/expr.rs

+1
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,7 @@ pub fn translate_expr(
964964
args,
965965
referenced_tables,
966966
precomputed_exprs_to_registers,
967+
syms,
967968
)?;
968969

969970
program.emit_insn(Insn::Function {

0 commit comments

Comments
 (0)