fix OS X PowerPC continuations=true build regression

This commit is contained in:
Joel Dice 2011-03-01 12:06:35 -07:00
parent bb4be4de7e
commit 6d3975adb7

View File

@ -232,9 +232,11 @@ LOCAL(vmInvoke_return):
// return
blr
#ifndef __APPLE__
LOCAL(vmInvoke_returnAddress_address):
.long GLOBAL(vmInvoke_returnAddress)
#endif
.globl GLOBAL(vmJumpAndInvoke)
GLOBAL(vmJumpAndInvoke):