summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/DBGFAllTracer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/VMMAll/DBGFAllTracer.cpp')
-rw-r--r--src/VBox/VMM/VMMAll/DBGFAllTracer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/VMM/VMMAll/DBGFAllTracer.cpp b/src/VBox/VMM/VMMAll/DBGFAllTracer.cpp
index 4b004819e24..b9279f4675c 100644
--- a/src/VBox/VMM/VMMAll/DBGFAllTracer.cpp
+++ b/src/VBox/VMM/VMMAll/DBGFAllTracer.cpp
@@ -189,7 +189,6 @@ DECLHIDDEN(int) dbgfTracerR3EvtPostSingle(PVMCC pVM, PDBGFTRACERINSCC pThisCC, D
/**
* Copies the given MMIO value into the event descriptor based on the given size.
*
- * @returns nothing.
* @param pEvtMmio Pointer to the MMIO event descriptor to fill.
* @param pvVal The value to copy.
* @param cbVal Size of the value in bytes.
@@ -219,7 +218,6 @@ static void dbgfTracerEvtMmioCopyVal(PDBGFTRACEREVTMMIO pEvtMmio, const void *pv
/**
* Copies the given I/O port value into the event descriptor based on the given size.
*
- * @returns nothing.
* @param pEvtIoPort Pointer to the I/O port read/write event descriptor to fill.
* @param pvVal The value to copy.
* @param cbVal Size of the value in bytes.