فهرست منبع

* hidden symbols must be global on the object level, so generate them as global on platforms that do not support hidden symbols

Karoly Balogh 3 روز پیش
والد
کامیت
80d35085ae
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      compiler/aasmtai.pas

+ 2 - 2
compiler/aasmtai.pas

@@ -1431,7 +1431,7 @@ implementation
             is_global:=true;
             is_global:=true;
           end
           end
         else
         else
-          Create(_name,_size,def,_typ);
+          Create_global(_name,_size,def,_typ);
       end;
       end;
 
 
 
 
@@ -1546,7 +1546,7 @@ implementation
             is_global:=true;
             is_global:=true;
           end
           end
         else
         else
-          Createname(_name, _symtyp, siz, def);
+          Createname_global(_name, _symtyp, siz, def);
       end;
       end;