mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 14:40:25 +02:00
* removed "+0" offset generation in assembler writer
git-svn-id: trunk@1717 -
This commit is contained in:
parent
ff47ffb255
commit
54dee95053
@ -120,12 +120,7 @@ begin
|
||||
begin
|
||||
if offset = 0 then
|
||||
begin
|
||||
if assigned(symbol) then
|
||||
begin
|
||||
if target_info.system <> system_powerpc_darwin then
|
||||
s := s + '+0'
|
||||
end
|
||||
else
|
||||
if not (assigned(symbol)) then
|
||||
s := s + '0';
|
||||
end;
|
||||
s := s + '(' + gas_regname(base) + ')';
|
||||
|
Loading…
Reference in New Issue
Block a user