Fix bug in fastlock stack metadata

Former-commit-id: 241d1bd7e1ed64885adbb07653a5c7e8ef882607
This commit is contained in:
John Sully 2021-02-08 00:10:38 +00:00
parent 7d588e637a
commit bb733b0aab

View File

@ -125,7 +125,7 @@ fastlock_lock:
mov rsi, [rsp+24]
mov eax, [rsp+32]
add rsp, 40
.cfi_adjust_cfa_offset 40
.cfi_adjust_cfa_offset -40
jmp .LLoop
.cfi_endproc