Index: /trunk/include/VBox/x86.h
===================================================================
--- /trunk/include/VBox/x86.h	(revision 10706)
+++ /trunk/include/VBox/x86.h	(revision 10707)
@@ -717,5 +717,5 @@
 
 /** Mask used to check if any breakpoints are enabled. */
-#define X86_DR7_ENABLED_MASK                (RT_BIT(0) | RT_BIT(1) | RT_BIT(2) | RT_BIT(3) | RT_BIT(4) | RT_BIT(6) | RT_BIT(7))
+#define X86_DR7_ENABLED_MASK                (RT_BIT(0) | RT_BIT(1) | RT_BIT(2) | RT_BIT(3) | RT_BIT(4) | RT_BIT(5) | RT_BIT(6) | RT_BIT(7))
 
 /** @} */
