VirtualBox

Changeset 11366 in vbox for trunk/src


Ignore:
Timestamp:
Aug 12, 2008 4:43:29 PM (16 years ago)
Author:
vboxsync
Message:

A faulting call also implies the pgm pool page has been reused

File:
1 edited

Legend:

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

    r11349 r11366  
    703703    switch (pCpu->pCurInstr->opcode)
    704704    {
     705        /* call implies the actual push of the return address faulted */
     706        case OP_CALL:
     707            Log4(("pgmPoolMonitorIsReused: CALL\n"));
     708            return true;
    705709        case OP_PUSH:
    706710            Log4(("pgmPoolMonitorIsReused: PUSH\n"));
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