summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR0/CPUMR0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/VMMR0/CPUMR0.cpp')
-rw-r--r--src/VBox/VMM/VMMR0/CPUMR0.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMR0/CPUMR0.cpp b/src/VBox/VMM/VMMR0/CPUMR0.cpp
index 83581062f39..98bdff74cbf 100644
--- a/src/VBox/VMM/VMMR0/CPUMR0.cpp
+++ b/src/VBox/VMM/VMMR0/CPUMR0.cpp
@@ -772,7 +772,6 @@ VMMR0_INT_DECL(void) CPUMR0LoadGuestDebugState(PVMCPUCC pVCpu, bool fDr6)
/**
* Lazily sync in the hypervisor debug state
*
- * @returns VBox status code.
* @param pVCpu The cross context virtual CPU structure of the calling EMT.
* @param fDr6 Whether to include DR6 or not.
* @thread EMT(pVCpu)