mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:29:21 +02:00
* Xtensa: align literals properly
git-svn-id: trunk@44382 -
This commit is contained in:
parent
db71a9428a
commit
f51a893d1d
@ -75,7 +75,10 @@ implementation
|
||||
{ Xtensa needs the data before the subroutine }
|
||||
if assigned(data) and
|
||||
(not data.empty) then
|
||||
current_asmdata.asmlists[alt].concatlist(data);
|
||||
begin
|
||||
data.Insert(tai_align.Create(4));
|
||||
current_asmdata.asmlists[alt].concatlist(data);
|
||||
end;
|
||||
inherited record_generated_code_for_procdef(pd,code,nil);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user