Changeset 60797 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-x0.c
- Timestamp:
- May 2, 2016 7:39:11 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-x0.c
r60788 r60797 2820 2820 } Expected; 2821 2821 2822 //if (bMode != BS3_MODE_LM64) return 0; 2822 2823 bs3CpuBasic2_SetGlobals(bMode); 2823 2824 … … 2857 2858 } Expected; 2858 2859 2860 //if (!BS3_MODE_IS_64BIT_SYS(bMode)) return 0; 2859 2861 bs3CpuBasic2_SetGlobals(bMode); 2860 2862 … … 3052 3054 uint16_t const uSrcEs = TmpCtx.es; 3053 3055 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); 3055 3057 3056 3058 /* CS.RPL */
Note:
See TracChangeset
for help on using the changeset viewer.