Skip to content

Commit

Permalink
Update jit.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Sep 22, 2023
1 parent cdd520f commit 3180271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ impl JIT {

self.defined_functions.insert(decl.name);

// Compile any called functions that haven't already been defined.
for name in called_functions {
if self.defined_functions.contains(&name) {
continue;
Expand Down

0 comments on commit 3180271

Please sign in to comment.