VirtualBox

Changeset 157 in vbox for trunk/src/VBox/VMM/PATM/VMMAll


Ignore:
Timestamp:
Jan 18, 2007 5:45:21 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17611
Message:

oops

File:
1 edited

Legend:

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

    r156 r157  
    525525                else
    526526                {
     527#if 0
     528                    if (pRegFrame->edx == 0x806eca98)
     529                    {
     530                        pRegFrame->eip += PATM_ILLEGAL_INSTR_SIZE;
     531                        pRegFrame->eax = 0;     /* make it fault */
     532                        STAM_COUNTER_INC(&pVM->patm.s.StatFunctionNotFound);
     533                        return VINF_SUCCESS;
     534                    }
     535#endif
    527536                    STAM_COUNTER_INC(&pVM->patm.s.StatFunctionNotFound);
    528537                    return VINF_PATM_DUPLICATE_FUNCTION;
     
    592601                uint32_t eip, selCS, uEFlags;
    593602
    594                 rc  = MMGCRamRead(pVM, &eip,     pIretFrame, 3);
     603                rc  = MMGCRamRead(pVM, &eip,     pIretFrame, 4);
    595604                rc |= MMGCRamRead(pVM, &selCS,   pIretFrame + 4, 4);
    596605                rc |= MMGCRamRead(pVM, &uEFlags, pIretFrame + 8, 4);
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