mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOSKRNL] Add FPU pool tags
This commit is contained in:
parent
66c1bb7eab
commit
657bc083dc
1 changed files with 4 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue