Changeset 99370 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 11, 2023 12:32:33 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r99051 r99370 623 623 624 624 #ifdef IN_RING3 625 626 int nemR3DisableCpuIsaExt(PVM pVM, const char *pszIsaExt); 627 625 628 int nemR3NativeInit(PVM pVM, bool fFallback, bool fForced); 626 629 int nemR3NativeInitAfterCPUM(PVM pVM); … … 667 670 */ 668 671 DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu, bool fUseDebugLoop); 669 #endif 672 673 #endif /* IN_RING3 */ 670 674 671 675 void nemHCNativeNotifyHandlerPhysicalRegister(PVMCC pVM, PGMPHYSHANDLERKIND enmKind, RTGCPHYS GCPhys, RTGCPHYS cb);
Note:
See TracChangeset
for help on using the changeset viewer.