VirtualBox

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


Ignore:
Timestamp:
Aug 14, 2009 3:55:13 PM (15 years ago)
Author:
vboxsync
Message:

Comment update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r22264 r22267  
    15701570    unsigned     cbOp;
    15711571
    1572     /* Only execute the handler on the VCPU the original patch request was issued. */
     1572    /* Only execute the handler on the VCPU the original patch request was issued. (the other CPU(s) might not yet have switched to protected mode) */
    15731573    if (pVCpu->idCpu != idCpu)
    15741574        return VINF_SUCCESS;
     
    17311731#endif
    17321732
    1733     /* Only execute the handler on the VCPU the original patch request was issued. */
     1733    /* Only execute the handler on the VCPU the original patch request was issued. (the other CPU(s) might not yet have switched to protected mode) */
    17341734    if (pVCpu->idCpu != idCpu)
    17351735        return VINF_SUCCESS;
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