mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +00:00
fix stack space calculation in compile-powerpc.S
This commit is contained in:
parent
299f8542b7
commit
571615a79f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user