mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
correct comment in vmInvoke
This commit is contained in:
parent
31d9700c9b
commit
deefc47b1a
@ -245,7 +245,7 @@ LOCAL(vmInvoke_argumentTest):
|
|||||||
|
|
||||||
.globl vmInvoke_returnAddress
|
.globl vmInvoke_returnAddress
|
||||||
vmInvoke_returnAddress:
|
vmInvoke_returnAddress:
|
||||||
// restore stack pointer and callee-saved registers
|
// restore stack pointer
|
||||||
movl %ebp,%ecx
|
movl %ebp,%ecx
|
||||||
subl $16,%ecx
|
subl $16,%ecx
|
||||||
movl %ecx,%esp
|
movl %ecx,%esp
|
||||||
|
Loading…
Reference in New Issue
Block a user