Fixed Issue #1028 by outputing local literals when exiting the function scope.
This commit is contained in:
@@ -453,7 +453,7 @@ void FinishCompile (void)
|
||||
}
|
||||
|
||||
/* Output the literal pool */
|
||||
OutputLiteralPool ();
|
||||
OutputGlobalLiteralPool ();
|
||||
|
||||
/* Emit debug infos if enabled */
|
||||
EmitDebugInfo ();
|
||||
|
||||
Reference in New Issue
Block a user