VirtualBox

Changeset 71808 in vbox for trunk/src/VBox/Devices/Parallel


Ignore:
Timestamp:
Apr 10, 2018 11:42:48 AM (7 years ago)
Author:
vboxsync
Message:

DevParallel: nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Parallel/DevParallel.cpp

    r70614 r71808  
    666666static DECLCALLBACK(int) parallelR3Construct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg)
    667667{
     668    PDMDEV_CHECK_VERSIONS_RETURN(pDevIns);
    668669    int            rc;
    669670    PARALLELPORT *pThis = PDMINS_2_DATA(pDevIns, PARALLELPORT*);
    670671
    671672    Assert(iInstance < 4);
    672     PDMDEV_CHECK_VERSIONS_RETURN(pDevIns);
    673673
    674674    /*
     
    862862};
    863863#endif /* IN_RING3 */
    864 
    865 
    866864#endif /* !VBOX_DEVICE_STRUCT_TESTCASE */
     865
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