Changeset 72634 in vbox for trunk/include
- Timestamp:
- Jun 20, 2018 4:08:42 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123137
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/nem.h
r72555 r72634 55 55 VMMR3DECL(const char *) NEMR3GetExitName(uint32_t uExit); 56 56 VMMR3_INT_DECL(VBOXSTRICTRC) NEMR3RunGC(PVM pVM, PVMCPU pVCpu); 57 VMMR3_INT_DECL(bool) NEMR3CanExecuteGuest(PVM pVM, PVMCPU pVCpu , PCPUMCTX pCtx);57 VMMR3_INT_DECL(bool) NEMR3CanExecuteGuest(PVM pVM, PVMCPU pVCpu); 58 58 VMMR3_INT_DECL(bool) NEMR3SetSingleInstruction(PVM pVM, PVMCPU pVCpu, bool fEnable); 59 59 VMMR3_INT_DECL(void) NEMR3NotifyFF(PVM pVM, PVMCPU pVCpu, uint32_t fFlags);
Note:
See TracChangeset
for help on using the changeset viewer.