VirtualBox

Ignore:
Timestamp:
May 2, 2016 7:39:11 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106996
Message:

bs3kit: updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-x0.c

    r60788 r60797  
    28202820    } Expected;
    28212821
     2822    //if (bMode != BS3_MODE_LM64) return 0;
    28222823    bs3CpuBasic2_SetGlobals(bMode);
    28232824
     
    28572858    } Expected;
    28582859
     2860    //if (!BS3_MODE_IS_64BIT_SYS(bMode)) return 0;
    28592861    bs3CpuBasic2_SetGlobals(bMode);
    28602862
     
    30523054                    uint16_t const uSrcEs = TmpCtx.es;
    30533055                    uint16_t const uDstCs = (TmpCtxExpected.cs & X86_SEL_MASK_OFF_RPL) | uRplCs;
    3054                     //Bs3TestPrintf("dst=%d src=%d rpl=%d\n", iRingDst, iRingSrc, uRplCs);
     3056                    //Bs3TestPrintf("dst=%d src=%d rplCS=%d\n", iRingDst, iRingSrc, uRplCs);
    30553057
    30563058                    /* CS.RPL */
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