Changeset 30183 in vbox
- Timestamp:
- Jun 14, 2010 2:28:04 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62632
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCMInternal.h
r30180 r30183 235 235 * @returns Return code indicating the action to take. 236 236 */ 237 typedef VMMDECL(int) FNHWACCMSWITCHERHC(PVM pVM, uint32_t uOffsetVMCPU);237 typedef DECLCALLBACK (int) FNHWACCMSWITCHERHC(PVM pVM, uint32_t uOffsetVMCPU); 238 238 /** Pointer to switcher function. */ 239 239 typedef FNHWACCMSWITCHERHC *PFNHWACCMSWITCHERHC;
Note:
See TracChangeset
for help on using the changeset viewer.