Changeset 99737 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 10, 2023 5:48:08 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GICAll.cpp
r99734 r99737 56 56 * 57 57 * @param pVCpu The cross context virtual CPU structure. 58 * @param enmType The IRQ type. 58 * @param fIrq Flag whether to assert the IRQ line or leave it alone. 59 * @param fFiq Flag whether to assert the FIQ line or leave it alone. 59 60 */ 60 61 static void gicSetInterruptFF(PVMCPUCC pVCpu, bool fIrq, bool fFiq)
Note:
See TracChangeset
for help on using the changeset viewer.