VirtualBox

Changeset 2841 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
May 24, 2007 2:51:38 PM (18 years ago)
Author:
vboxsync
Message:

Added comments about Solaris

File:
1 edited

Legend:

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

    r2840 r2841  
    495495        sync_seg(env, idx, env->segs[idx].newselector);
    496496    }
    497 #if 0
     497#if 0 /* breaks Solaris */
    498498    /* Loading a null selector into a segment register is valid, but using it is most definitely not! */
    499499    if (    (env->cr[0] & (CR0_PE_MASK|CR0_PG_MASK)) == (CR0_PE_MASK|CR0_PG_MASK)
     
    518518        sync_seg(env, idx, env->segs[idx].newselector);
    519519    }
    520 #if 0
     520#if 0 /* breaks Solaris */
    521521    /* Loading a null selector into a segment register is valid, but using it is most definitely not! */
    522522    if (    (env->cr[0] & (CR0_PE_MASK|CR0_PG_MASK)) == (CR0_PE_MASK|CR0_PG_MASK)
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