Changeset 104412 in vbox for trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
- Timestamp:
- Apr 24, 2024 10:59:22 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r104408 r104412 295 295 #if !defined(VBOX_VMM_TARGET_ARMV8) && defined(VBOX_WITH_NESTED_HWVIRT_VMX) /* quick fix for stupid structure duplication non-sense */ 296 296 PVMCPU pVCpu = pVM->apCpusR3[idCpu]; 297 char szPat[128]; 297 char szPat[128]; 298 RT_NOREF_PV(szPat); /* lazy bird */ 298 299 299 300 STAMR3RegisterF(pVM, &pVCpu->iem.s.cInstructions, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
Note:
See TracChangeset
for help on using the changeset viewer.