[NDK] Fix definition of MSR_DEBUG_CTL_LBR and MSR_DEBUG_CTL_BTF
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 9 Mar 2018 21:16:40 +0000 (22:16 +0100)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 1 Jul 2018 12:45:21 +0000 (14:45 +0200)
sdk/include/ndk/amd64/ketypes.h

index 0609dac..db276ee 100644 (file)
@@ -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_BTF equ   0x0002
+#define MSR_DEBUG_CTL_LBR       0x0001
+#define MSR_DEBUG_CTL_BTF       0x0002
 
 //
 // IPI Types
 
 //
 // IPI Types