2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2025-01-21 20:58:13 +01:00

add LOCK_SPINLOCK macro

This commit is contained in:
Abdur-Rahman Mansoor 2024-07-25 18:30:28 -04:00
parent 01fc77ba69
commit 80e64d4d70

View File

@ -26,3 +26,8 @@ macro PDEBUGF _level*, _fmt*, _bus*, _devfn*, [_args] {
add esp, 12
end if
}
macro LOCK_SPINLOCK {
common
mov dword [spinlock], 1
}