Changeset 80281 in vbox for trunk/src/VBox/VMM/include/VMMInternal.h
- Timestamp:
- Aug 15, 2019 7:29:37 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132736
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMMInternal.h
r80274 r80281 473 473 * @param pVM The cross context VM structure. 474 474 */ 475 typedef DECLCALLBACK(int) FNVMMR0SETJMP(PVM pVM, PVMCPUpVCpu);475 typedef DECLCALLBACK(int) FNVMMR0SETJMP(PVMCC pVM, PVMCPUCC pVCpu); 476 476 /** Pointer to FNVMMR0SETJMP(). */ 477 477 typedef FNVMMR0SETJMP *PFNVMMR0SETJMP;
Note:
See TracChangeset
for help on using the changeset viewer.