fix stack space calculation in compile-powerpc.S

This commit is contained in:
Joel Dice 2009-02-24 18:28:05 -07:00
parent 299f8542b7
commit 571615a79f

View File

@ -42,7 +42,7 @@ vmInvoke:
stw r8,44(r1)
// allocate stack space, adding room for callee-saved registers
addi r9,r7,80
subfic r9,r7,-80
stwux r1,r1,r9
// save callee-saved registers