mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
[NDK] Fix definition of MSR_DEBUG_CTL_LBR and MSR_DEBUG_CTL_BTF
This commit is contained in:
@@ -223,8 +223,8 @@ typedef enum
|
||||
//
|
||||
// Flags in MSR_DEBUG_CTL
|
||||
//
|
||||
#define MSR_DEBUG_CTL_LBR equ 0x0001
|
||||
#define MSR_DEBUG_CTL_BTF equ 0x0002
|
||||
#define MSR_DEBUG_CTL_LBR 0x0001
|
||||
#define MSR_DEBUG_CTL_BTF 0x0002
|
||||
|
||||
//
|
||||
// IPI Types
|
||||
|
||||
Reference in New Issue
Block a user