Browse Source

* Fixed access to stack parameter in fpc_mul_qword for arm.

git-svn-id: trunk@9030 -
yury 18 years ago
parent
commit
c85f6fb53b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/arm/int64p.inc

+ 1 - 1
rtl/arm/int64p.inc

@@ -34,7 +34,7 @@ asm
   // no overflow?
   beq .Lexit
   // checkoverflow?
-  ldr r2,[sp,#24]
+  ldr r2,[sp,#16]
   cmp r2,#0
   beq .Lexit