fix typo in compile-x86.S

This commit is contained in:
Joel Dice 2010-06-15 19:47:06 -06:00
parent 9559aca825
commit 18d1c54956

View File

@ -366,7 +366,7 @@ vmInvoke_returnAddress:
// MyProcess::getStackTrace in compile.cpp for details on how we get
// a reliable stack trace from a thread that might be interrupted at
// any point in its execution.
movq $0,THREAD_STACK(%ebx)
movl $0,THREAD_STACK(%ebx)
.globl GLOBAL(vmInvoke_safeStack)
GLOBAL(vmInvoke_safeStack):