2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-12-22 22:08:47 +01:00

fix(pow2): add label

This commit is contained in:
Abdur-Rahman Mansoor 2024-05-29 15:57:45 -04:00
parent cde3e5b9f8
commit cbae10b5be

View File

@ -393,6 +393,8 @@ proc pow2 stdcall, x:dword
test ecx, ecx
jnz @f
ret
@@:
shl eax, ecx
pop ecx
ret