Changeset 47682 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 12, 2013 10:57:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp
r47681 r47682 177 177 VMM_INT_DECL(VBOXSTRICTRC) DBGFBpCheckIo(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, RTIOPORT uIoPort, uint8_t cbValue) 178 178 { 179 static uint8_t const s_abInvAlign[4] = { 0, 1, 7, 3 };180 179 uint32_t const uIoPortFirst = uIoPort; 181 180 uint32_t const uIoPortLast = uIoPortFirst + cbValue - 1;
Note:
See TracChangeset
for help on using the changeset viewer.