Changeset 66158 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFar32ToFlat32.c
- Timestamp:
- Mar 17, 2017 10:15:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SelFar32ToFlat32.c
r60527 r66158 31 31 BS3_CMN_DEF(uint32_t, Bs3SelFar32ToFlat32,(uint32_t off, uint16_t uSel)) 32 32 { 33 if ( g_bBs3CurrentMode == BS3_MODE_RM)33 if (BS3_MODE_IS_RM_OR_V86(g_bBs3CurrentMode)) 34 34 return ((uint32_t)uSel << 4) + off; 35 35 return Bs3SelProtFar32ToFlat32(off, uSel);
Note:
See TracChangeset
for help on using the changeset viewer.