Index: /trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp	(revision 27471)
+++ /trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp	(revision 27472)
@@ -89,4 +89,5 @@
     }
 
+#ifdef IN_RC
     /*
      * Currently we only implement single stepping in the guest,
@@ -95,4 +96,5 @@
     AssertMsg(uDr6 & X86_DR6_BS, ("hey! we're not doing guest BPs yet! dr6=%RTreg %04x:%RGv\n",
                                   uDr6, pRegFrame->cs, pRegFrame->rip));
+#endif
 
     LogFlow(("DBGFRZTrap01Handler: guest debug event %RTreg at %04x:%RGv!\n", uDr6, pRegFrame->cs, pRegFrame->rip));
