mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
PascalScript: ppc, fix dealing with calls that use register only (empty stack caused endless soop)
git-svn-id: trunk@39492 -
This commit is contained in:
parent
18bd334bfa
commit
0366bfa300
@ -86,7 +86,7 @@ rfloat_loop:
|
||||
{ build up the stack here }
|
||||
mr r3, r31 { counter }
|
||||
subic. r3, r3, 24 { don't write first 24 }
|
||||
blt cr0, load_regs { don't fill in stack if there is none }
|
||||
ble cr0, load_regs { don't fill in stack if there is none }
|
||||
|
||||
lwz r2, 60(r12) { pointer to stack }
|
||||
addi r2, r2, 24 { start of params }
|
||||
|
Loading…
Reference in New Issue
Block a user