mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2024-12-22 22:08:47 +01:00
fix(nvme_poll): jump after timeout
This commit is contained in:
parent
7c4626b5f1
commit
18b76f70b2
@ -1222,6 +1222,7 @@ proc nvme_poll
|
||||
@@:
|
||||
inc ecx
|
||||
cmp ecx, 0xffffffff
|
||||
je @f
|
||||
xor eax, eax
|
||||
inc eax
|
||||
xchg eax, dword [spinlock]
|
||||
|
Loading…
Reference in New Issue
Block a user