Fix x64 Windows asm -- again

This commit is contained in:
Struma 2021-01-06 04:42:40 -05:00 committed by Roza
parent 487bc4b7ed
commit 36e2c7508b

View file

@ -70,7 +70,7 @@ mffi_value miniffi_call_intern(MINIFFI_FUNC target, MiniFFIFuncArgs *p, int npar
"mov rbx, [rsi+rax]\n" "mov rbx, [rsi+rax]\n"
"push rbx\n" "push rbx\n"
"cmp rax, 32\n" "cmp rax, 32\n"
"jne mffi_call_loop\n" "jg mffi_call_loop\n"
"mffi_call_low:\n" "mffi_call_low:\n"
"mov rcx, [rsi]\n" "mov rcx, [rsi]\n"