VirtualBox

Changeset 3114 in vbox for trunk/src


Ignore:
Timestamp:
Jun 14, 2007 6:48:05 PM (17 years ago)
Author:
vboxsync
Message:

Fix data type to avoid warnings.

File:
1 edited

Legend:

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

    r3113 r3114  
    35513551#ifdef IN_RING3
    35523552        /* Software RESET low to high */
    3553         uint32_t uCmdWait0 = -1, uCmdWait1 = -1;
     3553        int32_t uCmdWait0 = -1, uCmdWait1 = -1;
    35543554        uint64_t uNow = RTTimeNanoTS();
    35553555        if (pCtl->aIfs[0].u64CmdTS)
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