2
0
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:
2024-06-21 18:33:24 -04:00
parent bd69938eb8
commit 7e30ce5065

View File

@@ -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