VirtualBox

Ignore:
Timestamp:
Feb 28, 2012 7:47:00 PM (13 years ago)
Author:
vboxsync
Message:

Corrected a bunch of HC and GC uses in status codes.

File:
1 edited

Legend:

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

    r39136 r40280  
    16351635        case BUSLOGIC_REGISTER_CONTROL:
    16361636        {
    1637             rc = PDMCritSectEnter(&pBusLogic->CritSectIntr, VINF_IOM_HC_IOPORT_WRITE);
     1637            rc = PDMCritSectEnter(&pBusLogic->CritSectIntr, VINF_IOM_R3_IOPORT_WRITE);
    16381638            if (rc != VINF_SUCCESS)
    16391639                return rc;
     
    16541654                buslogicIntiateHardReset(pBusLogic);
    16551655#else
    1656                 rc = VINF_IOM_HC_IOPORT_WRITE;
     1656                rc = VINF_IOM_R3_IOPORT_WRITE;
    16571657#endif
    16581658            }
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