VirtualBox

Changeset 1866 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 2, 2007 4:08:13 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20092
Message:

Disabled previous csam changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r1865 r1866  
    563563                        if (    pvFault == (RTGCPTR)pRegFrame->eip
    564564                            ||  (RTGCUINTPTR)pvFault - pRegFrame->eip < 8    /* instruction crossing a page boundary */
    565 #if 0   /* Note: enable if ever required in the future; it's a bit aggressive */
     565#ifdef CSAM_DETECT_NEW_CODE_PAGES
    566566                            ||  (   !PATMIsPatchGCAddr(pVM, (RTGCPTR)pRegFrame->eip)
    567567                                 && CSAMDoesPageNeedScanning(pVM, (RTGCPTR)pRegFrame->eip))   /* any new code we encounter here */
    568 #endif
     568#endif /* CSAM_DETECT_NEW_CODE_PAGES */
    569569                           )
    570570                        {
     
    588588                            }
    589589                        }
     590#ifdef CSAM_DETECT_NEW_CODE_PAGES
    590591                        else
    591592                        if (    uErr == X86_TRAP_PF_RW
     
    618619                            }                           
    619620                        }
     621#endif  /* CSAM_DETECT_NEW_CODE_PAGES */
    620622
    621623                        /*
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