VirtualBox

Changeset 48064 in vbox for trunk


Ignore:
Timestamp:
Aug 26, 2013 3:02:51 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88433
Message:

comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/op_helper.c

    r47767 r48064  
    234234    /** @todo this is a hack to correct the incorrect checking order for pending interrupts in the patm iret replacement code (corrected in the ring-1 version) */
    235235    /** @todo in theory the iret could fault and we'd still need this. */
     236    /** @todo r=bird: In fact this is just a log statement and has no function at
     237     *        all beyond that as the selector RPL is NOT used in this function!
     238     *        Guess this code lived elsewhere and got modified over time as well
     239     *        as obsoleted. */
    236240    if ((env->hflags & HF_CPL_MASK) == 0 && (selector & 3) == 1 && (env->state & CPU_RAW_RING0) && !EMIsRawRing1Enabled(env->pVM))
    237241    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette