mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2026-03-09 12:53:24 +00:00
chore: check if nvme_init returns an error
This commit is contained in:
@@ -51,6 +51,8 @@ proc START c, reason:dword
|
||||
test eax, eax
|
||||
jz @f
|
||||
stdcall nvme_init, ebx
|
||||
test eax, eax
|
||||
jz .err
|
||||
|
||||
;@@:
|
||||
;inc ecx
|
||||
|
||||
Reference in New Issue
Block a user