Browse Source
* Fixed access to stack parameter in fpc_mul_qword for arm.
git-svn-id: trunk@9030 -
yury
18 years ago
|
@@ -34,7 +34,7 @@ asm
|
|
// no overflow?
|
|
// no overflow?
|
|
beq .Lexit
|
|
beq .Lexit
|
|
// checkoverflow?
|
|
// checkoverflow?
|
|
- ldr r2,[sp,#24]
|
|
|
|
|
|
+ ldr r2,[sp,#16]
|
|
cmp r2,#0
|
|
cmp r2,#0
|
|
beq .Lexit
|
|
beq .Lexit
|
|
|
|
|