[NDK] Fix definition of MSR_DEBUG_CTL_LBR and MSR_DEBUG_CTL_BTF

This commit is contained in:
Timo Kreuzer 2018-03-09 22:16:40 +01:00
parent 3b78272d39
commit ae9e9eaef3

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