Forráskód Böngészése

* fixed TWasmObjData.sectionname_gas

Nikolay Nikolov 4 éve
szülő
commit
c200bf5311
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      compiler/ogwasm.pas

+ 2 - 0
compiler/ogwasm.pas

@@ -164,6 +164,8 @@ implementation
         sep     : string[3];
         secname : string;
       begin
+        secname:=secnames[atype];
+
         if (atype=sec_fpc) and (Copy(aname,1,3)='res') then
           begin
             result:=secname+'.'+aname;