summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/VBox/VMM/VMMAll/GICAll.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMAll/GICAll.cpp b/src/VBox/VMM/VMMAll/GICAll.cpp
index a71193e2818..b47fb1ed05a 100644
--- a/src/VBox/VMM/VMMAll/GICAll.cpp
+++ b/src/VBox/VMM/VMMAll/GICAll.cpp
@@ -55,7 +55,8 @@
* Sets the interrupt pending force-flag and pokes the EMT if required.
*
* @param pVCpu The cross context virtual CPU structure.
- * @param enmType The IRQ type.
+ * @param fIrq Flag whether to assert the IRQ line or leave it alone.
+ * @param fFiq Flag whether to assert the FIQ line or leave it alone.
*/
static void gicSetInterruptFF(PVMCPUCC pVCpu, bool fIrq, bool fFiq)
{