* fixed r2970 (% instead of #)

git-svn-id: trunk@2977 -
This commit is contained in:
Jonas Maebe 2006-03-19 20:41:36 +00:00
parent 6ad5dff9e8
commit d56857e998

View File

@ -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