VirtualBox

Ignore:
Timestamp:
Jun 12, 2012 3:22:43 PM (13 years ago)
Author:
vboxsync
Message:

DISInstr* -> DISInstrToStr + cbOutput argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp

    r41668 r41671  
    329329        State.pbNext = State.pbInstr;
    330330
    331 
    332         int rc = DISInstrWithReader(State.uAddress, enmCpuMode, MyDisasInstrRead, &State,
    333                                     &State.Cpu, &State.cbInstr, State.szLine);
     331        int rc = DISInstrToStrWithReader(State.uAddress, enmCpuMode, MyDisasInstrRead, &State,
     332                                         &State.Cpu, &State.cbInstr, State.szLine, sizeof(State.szLine));
    334333        if (    RT_SUCCESS(rc)
    335334            ||  (   (   rc == VERR_DIS_INVALID_OPCODE
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