[NTOSKRNL] Add FPU pool tags

This commit is contained in:
George Bișoc
2022-05-24 18:39:45 +02:00
parent 66c1bb7eab
commit 657bc083dc
+4 -2
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'