Update invokeNative_em64.asm (#511)

Fix the issue of WIN64 parameter passing
This commit is contained in:
Xu Jun 2021-02-04 08:50:15 +08:00 committed by GitHub
parent a5188f5574
commit 5947ea492d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ no_abort:
sub rsp, rdx
; store stack args
lea r9, qword ptr [rax + rcx * 8 + 64]
lea r9, qword ptr [rax + rcx * 8 + 56]
sub r9, rsp ; offset
cycle:
push qword ptr [rsp + r9]