VirtualBox

Changeset 41668 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jun 12, 2012 1:15:51 PM (12 years ago)
Author:
vboxsync
Message:

DIS,DIS-users: Drop the operand/parameter formatting during instruction parsing. The desired formatter can do this afterwards if desired. Should save time + size. (DISCPUSTATE is now 256 bytes here on 64-bit linux, was ~406 yesterday.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp

    r41658 r41668  
    140140
    141141    uint32_t cbInstr;
    142     int rc = DISCoreOneEx(GCPtr,
    143                           enmCpuMode,
    144                           dbgfR3DisasInstrRead,
    145                           &pState->Cpu,
    146                           &pState->Cpu,
    147                           &cbInstr);
     142    int rc = DISCoreOneWithReader(GCPtr,
     143                                  enmCpuMode,
     144                                  dbgfR3DisasInstrRead,
     145                                  &pState->Cpu,
     146                                  &pState->Cpu,
     147                                  &cbInstr);
    148148    if (RT_SUCCESS(rc))
    149149    {
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