Changeset 85123 in vbox for trunk/include/VBox
- Timestamp:
- Jul 8, 2020 8:15:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/em.h
r85121 r85123 328 328 VMMR3_INT_DECL(void) EMR3Reset(PVM pVM); 329 329 VMMR3_INT_DECL(int) EMR3Term(PVM pVM); 330 VMMR3DECL(DECL NORETURN(void))EMR3FatalError(PVMCPU pVCpu, int rc);330 VMMR3DECL(DECL_NO_RETURN(void)) EMR3FatalError(PVMCPU pVCpu, int rc); 331 331 VMMR3_INT_DECL(int) EMR3ExecuteVM(PVM pVM, PVMCPU pVCpu); 332 332 VMMR3_INT_DECL(int) EMR3CheckRawForcedActions(PVM pVM, PVMCPU pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.