فهرست منبع

* fixed r2970 (% instead of #)

git-svn-id: trunk@2977 -
Jonas Maebe 19 سال پیش
والد
کامیت
d56857e998
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/aggas.pas

+ 1 - 1
compiler/aggas.pas

@@ -589,7 +589,7 @@ implementation
                    if (target_info.system <> system_arm_linux) then
                    if (target_info.system <> system_arm_linux) then
                      sepChar := '@'
                      sepChar := '@'
                    else
                    else
-                     sepChar := '#';
+                     sepChar := '%';
                    if (tf_needs_symbol_type in target_info.flags) then
                    if (tf_needs_symbol_type in target_info.flags) then
                      asmwriteln(#9'.type '+Tai_datablock(hp).sym.name+','+sepChar+'object');
                      asmwriteln(#9'.type '+Tai_datablock(hp).sym.name+','+sepChar+'object');
                    if (tf_needs_symbol_size in target_info.flags) and (tai_datablock(hp).size > 0) then
                    if (tf_needs_symbol_size in target_info.flags) and (tai_datablock(hp).size > 0) then