VirtualBox

Changeset 5482 in vbox for trunk/src


Ignore:
Timestamp:
Oct 24, 2007 2:30:11 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25662
Message:

Excessive ()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r5472 r5482  
    33973397            pCtl->aIfs[0].uATARegSelect = (val & ~0x10) | 0xa0;
    33983398            pCtl->aIfs[1].uATARegSelect = (val | 0x10) | 0xa0;
    3399             if ((((val >> 4)) & 1) != pCtl->iSelectedIf)
     3399            if (((val >> 4) & 1) != pCtl->iSelectedIf)
    34003400            {
    34013401                PPDMDEVINS pDevIns = CONTROLLER_2_DEVINS(pCtl);
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