VirtualBox

Changeset 9790 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 18, 2008 2:51:45 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32159
Message:

Disassemble the current guest instruction when dumping the guest state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r9713 r9790  
    9090            rc = EMInterpretDisasOne(pVM, pRegFrame, &Cpu, &cbOp);
    9191            if (     RT_SUCCESS(rc)
    92                 &&   Cpu.mode == CPUMODE_32BIT
     92                &&   Cpu.mode == CPUMODE_32BIT  /* @todo why does this matter? */
    9393                &&  !(Cpu.prefix & (PREFIX_REPNE | PREFIX_REP | PREFIX_SEG)))
    9494            {
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