Fix build.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-04-11 13:31:17 +02:00
parent b302e8c2b2
commit 89d5158d7e
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/*