fix windows build

This commit is contained in:
Joel Dice 2010-06-16 18:37:22 -06:00
parent 39a82a4006
commit ea797fd03c

View File

@ -353,8 +353,8 @@ LOCAL(vmInvoke_argumentTest):
// call function // call function
call *12(%ebp) call *12(%ebp)
.globl vmInvoke_returnAddress .globl GLOBAL(vmInvoke_returnAddress)
vmInvoke_returnAddress: GLOBAL(vmInvoke_returnAddress):
// restore stack pointer, preserving the area containing saved // restore stack pointer, preserving the area containing saved
// registers // registers
movl %ebp,%ecx movl %ebp,%ecx