mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 08:11:38 +08:00
[NTOSKRNL] Add FPU pool tags
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user