Changeset 66281 in vbox for trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
- Timestamp:
- Mar 28, 2017 7:29:08 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114205
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r66276 r66281 458 458 { 459 459 uint8_t const uVector = pEventInject->n.u8Vector; 460 TRPMEVENT const enmType = HMSvmEventToTrpmEventType(pEventInject);460 TRPMEVENT const enmType = hmSvmEventToTrpmEventType(pEventInject); 461 461 uint16_t const uErrorCode = pEventInject->n.u1ErrorCodeValid ? pEventInject->n.u32ErrorCode : 0; 462 462 … … 681 681 * @param pEvent Pointer to the SVM event. 682 682 */ 683 VMM_INT_DECL(TRPMEVENT) HMSvmEventToTrpmEventType(PCSVMEVENT pEvent)683 VMM_INT_DECL(TRPMEVENT) hmSvmEventToTrpmEventType(PCSVMEVENT pEvent) 684 684 { 685 685 uint8_t const uType = pEvent->n.u3Type;
Note:
See TracChangeset
for help on using the changeset viewer.