fix 32-bit vmRun stack alignment

This commit is contained in:
Joel Dice 2011-02-02 16:06:09 -07:00
parent 85bd36c75a
commit 12ab935597

View File

@ -517,7 +517,7 @@ GLOBAL(vmJump):
movl 12(%esp),%esp
jmp *%esi
#define VMRUN_FRAME_SIZE 32
#define VMRUN_FRAME_SIZE 24
.globl GLOBAL(vmRun)
GLOBAL(vmRun):