VirtualBox

Changeset 24763 in vbox for trunk


Ignore:
Timestamp:
Nov 18, 2009 4:29:18 PM (15 years ago)
Author:
vboxsync
Message:

Deal with extra error case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r23792 r24763  
    260260    else
    261261    /* Note: hack alert for difficult to reproduce problem. */
    262     if (    rc == VERR_PAGE_TABLE_NOT_PRESENT           /* seen with UNI & SMP */
     262    if (    rc == VERR_PAGE_NOT_PRESENT                 /* SMP only ; disassembly might fail. */
     263        ||  rc == VERR_PAGE_TABLE_NOT_PRESENT           /* seen with UNI & SMP */
    263264        ||  rc == VERR_PAGE_DIRECTORY_PTR_NOT_PRESENT   /* seen with SMP */
    264265        ||  rc == VERR_PAGE_MAP_LEVEL4_NOT_PRESENT)     /* precaution */
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