VirtualBox

Changeset 9075 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 23, 2008 12:14:51 PM (17 years ago)
Author:
vboxsync
Message:

Fixed wrong call to TRPMResetTrap

File:
1 edited

Legend:

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

    r9074 r9075  
    11611161                 * Forward the trap to the guest by injecting the exception and resuming execution.
    11621162                 */
    1163                 Log2(("Page fault at %VGv cr2=%VGv error code %x\n", pCtx->eip, uFaultAddress, errCode));
     1163                Log(("Page fault at %VGv cr2=%VGv error code %x\n", pCtx->eip, uFaultAddress, errCode));
    11641164                STAM_COUNTER_INC(&pVM->hwaccm.s.StatExitGuestPF);
    1165 
    1166                 TRPMResetTrap(pVM);
    11671165
    11681166                /* Now we must update CR2. */
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