Changeset 106670 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 24, 2024 5:05:00 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM-armv8.cpp
r106666 r106670 743 743 744 744 745 #ifdef DEBUG_aeichner746 745 DECLINLINE(int) pgmGstWalkReturnNotPresent(PVMCPUCC pVCpu, PPGMPTWALK pWalk, uint8_t uLevel) 747 746 { … … 774 773 return VERR_PAGE_TABLE_NOT_PRESENT; 775 774 } 776 #endif777 775 778 776
Note:
See TracChangeset
for help on using the changeset viewer.