VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 2:34:43 AM (16 years ago)
Author:
vboxsync
Message:

s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS and VBOX_FAILURE have *NOT* been retired (because old habbits die hard) just sligtly deprecated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmTest.cpp

    r11462 r13835  
    5656            memset(&cpu, 0, sizeof(cpu));
    5757            cpu.mode = CPUMODE_32BIT;
    58             if (VBOX_SUCCESS(DISInstr(&cpu, pInstr, 0, &cb, szOutput)))
     58            if (RT_SUCCESS(DISInstr(&cpu, pInstr, 0, &cb, szOutput)))
    5959            {
    6060                printf(szOutput);
     
    8181            memset(&cpu, 0, sizeof(cpu));
    8282            cpu.mode = CPUMODE_64BIT;
    83             if (VBOX_SUCCESS(DISInstr(&cpu, pInstr, 0, &cb, szOutput)))
     83            if (RT_SUCCESS(DISInstr(&cpu, pInstr, 0, &cb, szOutput)))
    8484                printf(szOutput);
    8585            else
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