mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:50:27 +02:00
- removed stray if-statement
git-svn-id: trunk@19922 -
This commit is contained in:
parent
f5568b86e6
commit
3a6fb7c9ef
@ -784,7 +784,6 @@ implementation
|
||||
sepChar := '@'
|
||||
else
|
||||
sepChar := '%';
|
||||
if (tf_needs_symbol_type in target_info.flags) then
|
||||
{$ifdef avr}
|
||||
if (tf_needs_symbol_type in target_info.flags) then
|
||||
asmwriteln(#9'.type '+ReplaceForbiddenChars(Tai_datablock(hp).sym.name)+','+sepChar+'object');
|
||||
|
Loading…
Reference in New Issue
Block a user