mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-01-05 12:25:54 +01:00
fix: indentation
This commit is contained in:
parent
d172666be2
commit
46076ba2f0
@ -77,6 +77,7 @@ proc service_proc stdcall, ioctl:dword
|
|||||||
mov dword [eax], API_VERSION
|
mov dword [eax], API_VERSION
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
ret
|
ret
|
||||||
|
|
||||||
@@:
|
@@:
|
||||||
or eax, -1
|
or eax, -1
|
||||||
ret
|
ret
|
||||||
@ -89,6 +90,7 @@ proc memset stdcall, p_data:dword, val:byte, sz:dword
|
|||||||
mov edx, [sz]
|
mov edx, [sz]
|
||||||
mov bl, [val]
|
mov bl, [val]
|
||||||
xor ecx, ecx
|
xor ecx, ecx
|
||||||
|
|
||||||
@@:
|
@@:
|
||||||
mov byte [p_data + ecx], bl
|
mov byte [p_data + ecx], bl
|
||||||
inc ecx
|
inc ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user