[NTOSKRNL] Add FPU pool tags

This commit is contained in:
George Bișoc
2022-01-25 13:15:58 +01:00
parent 66c1bb7eab
commit 657bc083dc

View File

@@ -38,8 +38,10 @@
#define TAG_KDBG 'GBDK'
/* Kernel Tags */
#define TAG_KNMI 'IMNK'
#define TAG_KERNEL ' eK'
#define TAG_KNMI 'IMNK'
#define TAG_KERNEL ' eK'
#define TAG_FLOATING_POINT_FX 'xFpF'
#define TAG_FLOATING_POINT_CONTEXT 'oCpF'
/* File-System Run-Time Library Tags */
#define TAG_UNC 'nuSF'