diff --git a/compiler/ogwasm.pas b/compiler/ogwasm.pas index 31e3ea8df7..ca62415756 100644 --- a/compiler/ogwasm.pas +++ b/compiler/ogwasm.pas @@ -5015,7 +5015,7 @@ implementation exesec: TExeSection; globals_count, i: Integer; objsec: TWasmObjSection; - mapstr: string; + mapstr: string=''; begin if assigned(exemap) then exemap.AddHeader('Global section');