VirtualBox

Changeset 40280 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Feb 28, 2012 7:47:00 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76509
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp

    r39136 r40280  
    175175                            }
    176176#else
    177                             return VINF_IOM_HC_IOPORT_WRITE;
     177                            return VINF_IOM_R3_IOPORT_WRITE;
    178178#endif
    179179                        }
     
    195195                        return VINF_SUCCESS;
    196196#else
    197                         return VINF_IOM_HC_IOPORT_WRITE;
     197                        return VINF_IOM_R3_IOPORT_WRITE;
    198198#endif
    199199                    }
     
    232232                                     pThis->TestingData.Value.u32Unit);
    233233#else
    234                             return VINF_IOM_HC_IOPORT_WRITE;
     234                            return VINF_IOM_R3_IOPORT_WRITE;
    235235#endif
    236236                        }
     
    245245                        return VINF_SUCCESS;
    246246#else
    247                         return VINF_IOM_HC_IOPORT_WRITE;
     247                        return VINF_IOM_R3_IOPORT_WRITE;
    248248#endif
    249249                    }
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