mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-01-08 22:16:13 +01:00
fix(pow2): add label
This commit is contained in:
parent
cde3e5b9f8
commit
cbae10b5be
@ -393,6 +393,8 @@ proc pow2 stdcall, x:dword
|
|||||||
test ecx, ecx
|
test ecx, ecx
|
||||||
jnz @f
|
jnz @f
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
@@:
|
||||||
shl eax, ecx
|
shl eax, ecx
|
||||||
pop ecx
|
pop ecx
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user