VirtualBox

Changeset 59749 in vbox


Ignore:
Timestamp:
Feb 19, 2016 11:53:20 PM (9 years ago)
Author:
vboxsync
Message:

IPRT: build fixes

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp

    r58282 r59749  
    8585    (PFNRT)ASMAtomicReadU64,
    8686    (PFNRT)ASMAtomicCmpXchgU64,
     87    (PFNRT)ASMBitFirstSet,
    8788    (PFNRT)RTBldCfgRevision,
    8889    (PFNRT)SSL_free,
  • trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp

    r59747 r59749  
    14291429
    14301430                pbRet = (uint8_t *)ASMMemFirstMismatchingU8(pbBuf2 + offStart, cb, bFiller2);
    1431                 if (!(offNonZero - offStart < cb ? pbRet == &pbBuf2[offNonZero] : pbRet == NULL))
    1432                     __debugbreak();
    14331431                RTTESTI_CHECK(offNonZero - offStart < cb ? pbRet == &pbBuf2[offNonZero] : pbRet == NULL);
    14341432
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