Fixed Issue #1028 by outputing local literals when exiting the function scope.

This commit is contained in:
acqn
2020-06-01 01:28:59 +08:00
committed by Oliver Schmidt
parent 68f53e69f1
commit 07a5324a81
4 changed files with 23 additions and 19 deletions

View File

@@ -453,7 +453,7 @@ void FinishCompile (void)
}
/* Output the literal pool */
OutputLiteralPool ();
OutputGlobalLiteralPool ();
/* Emit debug infos if enabled */
EmitDebugInfo ();