aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.c')
-rw-r--r--src/compiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.c b/src/compiler.c
index 8801c7f..a096878 100644
--- a/src/compiler.c
+++ b/src/compiler.c
@@ -192,7 +192,7 @@ int compile(const char *input, const char *output) {
return ret;
}
- ret = analyze_lifetime(ops);
+ ret = alloc_regs(ops);
if (ret) {
destroy_ops(ops);
error("compilation of %s stopped due to errors", input);