VirtualBox

Changeset 5854 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 27, 2007 9:12:50 PM (17 years ago)
Author:
vboxsync
Message:

another one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstCompiler.cpp

    r5605 r5854  
    203203        char        sz[256];
    204204        uint32_t    cbInstr = 0;
    205         if (DISInstr(&Cpu, uCur, 0, &cbInstr, sz))
     205        if (RT_SUCCESS(DISInstr(&Cpu, uCur, 0, &cbInstr, sz)))
    206206        {
    207207            RTPrintf("tstBitFields: %s", sz);
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