mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 20:59:44 +00:00
[NDK] Fix definition of MSR_DEBUG_CTL_LBR and MSR_DEBUG_CTL_BTF
This commit is contained in:
parent
3b78272d39
commit
ae9e9eaef3
1 changed files with 2 additions and 2 deletions
|
@ -223,8 +223,8 @@ typedef enum
|
||||||
//
|
//
|
||||||
// Flags in MSR_DEBUG_CTL
|
// Flags in MSR_DEBUG_CTL
|
||||||
//
|
//
|
||||||
#define MSR_DEBUG_CTL_LBR equ 0x0001
|
#define MSR_DEBUG_CTL_LBR 0x0001
|
||||||
#define MSR_DEBUG_CTL_BTF equ 0x0002
|
#define MSR_DEBUG_CTL_BTF 0x0002
|
||||||
|
|
||||||
//
|
//
|
||||||
// IPI Types
|
// IPI Types
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue