mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 01:27:42 +01:00
Fix broken ldrd assembler syntax in RTL
git-svn-id: trunk@29187 -
This commit is contained in:
parent
6d85e21d12
commit
d4461efae3
@ -962,7 +962,7 @@ begin
|
||||
in_edsp_test:=true;
|
||||
asm
|
||||
bic r0,sp,#7
|
||||
ldrd r0,[r0]
|
||||
ldrd r0,r1,[r0]
|
||||
end;
|
||||
in_edsp_test:=false;
|
||||
if cpu_has_edsp then
|
||||
|
||||
@ -584,7 +584,7 @@ begin
|
||||
asm
|
||||
mov r1,sp
|
||||
bic r0,r1,#7
|
||||
ldrd r0,[r0]
|
||||
ldrd r0,r1,[r0]
|
||||
end;
|
||||
in_edsp_test:=false;
|
||||
if cpu_has_edsp then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user