From 89d5158d7e0a085e56e7766ce3aa7f60c4f037c0 Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 11 Apr 2019 13:31:17 +0200 Subject: [PATCH] Fix build. --- engine/compiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/compiler.c b/engine/compiler.c index e331cf5..2609c8f 100644 --- a/engine/compiler.c +++ b/engine/compiler.c @@ -2448,7 +2448,7 @@ static sxi32 PH7_CompileHalt(ph7_gen_state *pGen) { */ static sxi32 PH7_CompileVar(ph7_gen_state *pGen) { sxi32 rc; - rc = PH7_GenCompileVar(pGen, 1); + rc = PH7_GenStateCompileVar(pGen, 1); return rc; } /*