mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
fix typo in compile-x86.cpp that broke 64-bit Windows continuations build
This commit is contained in:
parent
fdbb63e9d9
commit
a30c593a69
@ -151,7 +151,7 @@ LOCAL(vmJumpAndInvoke_argumentLoop):
|
|||||||
addq $8,%r11
|
addq $8,%r11
|
||||||
|
|
||||||
LOCAL(vmJumpAndInvoke_argumentTest):
|
LOCAL(vmJumpAndInvoke_argumentTest):
|
||||||
cmpq %9,%r11
|
cmpq %r9,%r11
|
||||||
jb LOCAL(vmJumpAndInvoke_argumentLoop)
|
jb LOCAL(vmJumpAndInvoke_argumentLoop)
|
||||||
|
|
||||||
// the arguments have been copied, so we can set the real stack
|
// the arguments have been copied, so we can set the real stack
|
||||||
|
Loading…
Reference in New Issue
Block a user