mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* Fixed access to stack parameter in fpc_mul_qword for arm.
git-svn-id: trunk@9030 -
This commit is contained in:
parent
5bdea6b5b3
commit
c85f6fb53b
@ -34,7 +34,7 @@ asm
|
||||
// no overflow?
|
||||
beq .Lexit
|
||||
// checkoverflow?
|
||||
ldr r2,[sp,#24]
|
||||
ldr r2,[sp,#16]
|
||||
cmp r2,#0
|
||||
beq .Lexit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user