[NDK] Fix definition of MSR_DEBUG_CTL_LBR and MSR_DEBUG_CTL_BTF

This commit is contained in:
Timo Kreuzer
2018-07-01 14:45:21 +02:00
parent 3b78272d39
commit ae9e9eaef3
+2 -2
View File
@@ -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