VirtualBox

Changeset 5855 in vbox


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

another one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp

    r4071 r5855  
    3737        char        szOutput[256];
    3838        uint32_t    cbInstr;
    39         if (!DISInstr(pCpu, pvCodeBlock + i, off, &cbInstr, szOutput))
     39        if (RT_FAILURE(DISInstr(pCpu, pvCodeBlock + i, off, &cbInstr, szOutput)))
    4040            return false;
    4141
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