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:
martin 2012-12-09 18:02:02 +00:00
parent 18bd334bfa
commit 0366bfa300

View File

@ -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 }