VirtualBox

Changeset 41692 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Jun 13, 2012 7:32:54 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78499
Message:

DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it have the same layout in all contexts. This is useful since it's used several places in the VM structure. Also a bunch of other cleanups.

File:
1 edited

Legend:

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

    r41675 r41692  
    164164        char        szOutput[256];
    165165        unsigned    cbInstr;
    166         int rc = DISInstrWithReader(uNearAddr + i, pCpu->mode,
     166        int rc = DISInstrWithReader(uNearAddr + i, (DISCPUMODE)pCpu->mode,
    167167                                    MyReadBytes, (uint8_t *)pvCodeBlock - (uintptr_t)uNearAddr,
    168168                                    pCpu, &cbInstr);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette