VirtualBox

Changeset 47682 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Aug 12, 2013 10:57:18 PM (11 years ago)
Author:
vboxsync
Message:

adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp

    r47681 r47682  
    177177VMM_INT_DECL(VBOXSTRICTRC)  DBGFBpCheckIo(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, RTIOPORT uIoPort, uint8_t cbValue)
    178178{
    179     static uint8_t const s_abInvAlign[4] = { 0, 1, 7, 3 };
    180179    uint32_t const uIoPortFirst = uIoPort;
    181180    uint32_t const uIoPortLast  = uIoPortFirst + cbValue - 1;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette