Changeset 108386 in vbox for trunk/include/VBox
- Timestamp:
- Feb 26, 2025 9:14:34 AM (8 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/nem.h
r106061 r108386 71 71 VMMR3_INT_DECL(bool) NEMR3SetSingleInstruction(PVM pVM, PVMCPU pVCpu, bool fEnable); 72 72 VMMR3_INT_DECL(void) NEMR3NotifyFF(PVM pVM, PVMCPU pVCpu, uint32_t fFlags); 73 #if defined(VBOX_VMM_TARGET_ARMV8) && defined(RT_OS_WINDOWS) 74 VMMR3_INT_DECL(int) NEMR3Halt(PVM pVM, PVMCPU pVCpu); 75 #endif 73 76 74 77 /**
Note:
See TracChangeset
for help on using the changeset viewer.