Browse Source

+ also write the functype of imported functions in the linker map file

Nikolay Nikolov 1 year ago
parent
commit
da8ccd64ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ogwasm.pas

+ 1 - 1
compiler/ogwasm.pas

@@ -4108,7 +4108,7 @@ implementation
                       end;
                     newdll:=True;
                     if assigned(exemap) then
-                      exemap.Add('  Importing Function ' + ImportSymbol.Name);
+                      exemap.Add('  Importing Function ' + ImportSymbol.Name + TWasmObjSymbol(exesym.ObjSymbol).LinkingData.FuncType.ToString);
                   end;
               end;
           end;