From d56857e99827baba99b5bbae4eaa48ea13015b7c Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 19 Mar 2006 20:41:36 +0000 Subject: [PATCH] * fixed r2970 (% instead of #) git-svn-id: trunk@2977 - --- compiler/aggas.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/aggas.pas b/compiler/aggas.pas index 9a07c35ac6..98e1703f23 100644 --- a/compiler/aggas.pas +++ b/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