mirror of
https://github.com/reactos/reactos.git
synced 2024-12-01 07:23:33 +08:00
[NDK] Fix definition of MSR_DEBUG_CTL_LBR and MSR_DEBUG_CTL_BTF
This commit is contained in:
parent
3b78272d39
commit
ae9e9eaef3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user