VirtualBox

Changeset 52310 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Aug 7, 2014 11:47:33 AM (10 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: comment.

File:
1 edited

Legend:

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

    r52278 r52310  
    39153915    Log4(("Emulated VMMCall TPR access replacement at RIP=%RGv\n", pCtx->rip));
    39163916    bool fPatchFound = false;
     3917
     3918    /*
     3919     * We do this in a loop as we increment the RIP after a successful emulation
     3920     * and the new RIP may be a patched instruction which needs emulation as well.
     3921     */
    39173922    for (;;)
    39183923    {
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