2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2026-03-09 12:53:24 +00:00

misc: set vim syntax to fasm

This commit is contained in:
2024-07-30 12:39:00 -04:00
parent 13f65bea18
commit 0d7f6b1c8f
4 changed files with 7 additions and 1 deletions

View File

@@ -31,3 +31,5 @@ proc memcpy stdcall, dest:dword, src:dword, sz:dword
ret
endp
; vim: syntax=fasm

View File

@@ -31,3 +31,5 @@ macro LOCK_SPINLOCK {
common
mov dword [spinlock], 1
}
; vim: syntax=fasm

View File

@@ -1495,3 +1495,5 @@ align 4
align 4
data fixups
end data
; vim: syntax=fasm

View File

@@ -554,4 +554,4 @@ struct NSGRANLS
ends
;vim: filetype=asm
; vim: syntax=fasm