소스 검색

* 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
                      sepChar := '@'
                    else
-                     sepChar := '#';
+                     sepChar := '%';
                    if (tf_needs_symbol_type in target_info.flags) then
                      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