summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/CPUM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/VMMR3/CPUM.cpp')
-rw-r--r--src/VBox/VMM/VMMR3/CPUM.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/VBox/VMM/VMMR3/CPUM.cpp b/src/VBox/VMM/VMMR3/CPUM.cpp
index 0c973d2e958..64a7fd92849 100644
--- a/src/VBox/VMM/VMMR3/CPUM.cpp
+++ b/src/VBox/VMM/VMMR3/CPUM.cpp
@@ -2497,7 +2497,6 @@ VMMR3DECL(void) CPUMR3ResetCpu(PVM pVM, PVMCPU pVCpu)
/**
* Resets the CPU.
*
- * @returns VINF_SUCCESS.
* @param pVM The cross context VM structure.
*/
VMMR3DECL(void) CPUMR3Reset(PVM pVM)
@@ -4601,7 +4600,6 @@ VMMR3DECL(void) CPUMR3LogCpuIdAndMsrFeatures(PVM pVM)
/**
* Marks the guest debug state as active.
*
- * @returns nothing.
* @param pVCpu The cross context virtual CPU structure.
*
* @note This is used solely by NEM (hence the name) to set the correct flags here
@@ -4618,7 +4616,6 @@ VMMR3_INT_DECL(void) CPUMR3NemActivateGuestDebugState(PVMCPUCC pVCpu)
/**
* Marks the hyper debug state as active.
*
- * @returns nothing.
* @param pVCpu The cross context virtual CPU structure.
*
* @note This is used solely by NEM (hence the name) to set the correct flags here