summaryrefslogtreecommitdiff
path: root/rtl/arm/arm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/arm/arm.inc')
-rw-r--r--rtl/arm/arm.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/rtl/arm/arm.inc b/rtl/arm/arm.inc
index 83c096634d..61051abb50 100644
--- a/rtl/arm/arm.inc
+++ b/rtl/arm/arm.inc
@@ -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
@@ -1115,5 +1115,4 @@ end;
{$endif}
{include hand-optimized assembler division code}
-{ $i divide.inc}
-
+{$i divide.inc}