summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/IEMAll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/VMMAll/IEMAll.cpp')
-rw-r--r--src/VBox/VMM/VMMAll/IEMAll.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/VMM/VMMAll/IEMAll.cpp b/src/VBox/VMM/VMMAll/IEMAll.cpp
index 035c36a68b1..62413a937e1 100644
--- a/src/VBox/VMM/VMMAll/IEMAll.cpp
+++ b/src/VBox/VMM/VMMAll/IEMAll.cpp
@@ -566,7 +566,6 @@ static VBOXSTRICTRC iemInitDecoderAndPrefetchOpcodes(PVMCPUCC pVCpu, bool fBypas
*
* This is called internally as well as by PGM when moving GC mappings.
*
- * @returns
* @param pVCpu The cross context virtual CPU structure of the calling
* thread.
*/
@@ -6775,7 +6774,6 @@ VBOXSTRICTRC iemMemCommitAndUnmapPostponeTroubleToR3(PVMCPUCC pVCpu, void *pvMem
*
* The caller shall only call this after checking cActiveMappings.
*
- * @returns Strict VBox status code to pass up.
* @param pVCpu The cross context virtual CPU structure of the calling thread.
*/
void iemMemRollback(PVMCPUCC pVCpu) RT_NOEXCEPT