mirror of
https://github.com/corda/corda.git
synced 2025-01-21 20:08:27 +00:00
fix typo in compile-x86.S
This commit is contained in:
parent
9559aca825
commit
18d1c54956
@ -366,7 +366,7 @@ vmInvoke_returnAddress:
|
|||||||
// MyProcess::getStackTrace in compile.cpp for details on how we get
|
// MyProcess::getStackTrace in compile.cpp for details on how we get
|
||||||
// a reliable stack trace from a thread that might be interrupted at
|
// a reliable stack trace from a thread that might be interrupted at
|
||||||
// any point in its execution.
|
// any point in its execution.
|
||||||
movq $0,THREAD_STACK(%ebx)
|
movl $0,THREAD_STACK(%ebx)
|
||||||
|
|
||||||
.globl GLOBAL(vmInvoke_safeStack)
|
.globl GLOBAL(vmInvoke_safeStack)
|
||||||
GLOBAL(vmInvoke_safeStack):
|
GLOBAL(vmInvoke_safeStack):
|
||||||
|
Loading…
Reference in New Issue
Block a user