Changeset 99069 in vbox
- Timestamp:
- Mar 20, 2023 2:56:37 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156434
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r99061 r99069 3740 3740 static RTHCPHYS dbgcGetShadowPageMode(PDBGC pDbgc, bool *pfPAE, bool *pfLME, bool *pfPSE, bool *pfPGE, bool *pfNXE) 3741 3741 { 3742 #if defined(VBOX_VMM_TARGET_ARMV8) 3743 RT_NOREF(pDbgc, pfPAE, pfLME, pfPSE, pfPGE, pfNXE); 3744 AssertReleaseFailed(); 3745 return ~(RTHCPHYS)0; 3746 #else 3742 3747 PVMCPU pVCpu = VMMR3GetCpuByIdU(pDbgc->pUVM, pDbgc->idCpu); 3743 3748 … … 3767 3772 } 3768 3773 return PGMGetHyperCR3(pVCpu); 3774 #endif 3769 3775 } 3770 3776
Note:
See TracChangeset
for help on using the changeset viewer.