Changeset 66317 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-template.c
- Timestamp:
- Mar 29, 2017 1:29:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-template.c
r66315 r66317 1418 1418 else if (iEncoding == 2) 1419 1419 { 1420 if (pThis->bMode == BS3_MODE_RM)1421 break; /** @todo fix real mode #GP() context gathering. */1422 1420 pThis->aOperands[pThis->iRegOp].idxField = BS3CG1DST_XMM3; 1423 1421 off = Bs3Cg1InsertOpcodes(pThis, Bs3Cg1InsertReqPrefix(pThis, 0)); … … 3153 3151 #if 0 3154 3152 /* (for debugging) */ 3155 if ( bMode != BS3_MODE_PP32)3153 if (!BS3_MODE_IS_RM_OR_V86(bMode)) 3156 3154 return BS3TESTDOMODE_SKIPPED; 3157 3155 #endif … … 3166 3164 #if 0 3167 3165 /* (for debugging) */ 3168 if (bMode >= BS3_MODE_ PE16_32)3166 if (bMode >= BS3_MODE_RM) 3169 3167 { 3170 3168 Bs3TestTerm();
Note:
See TracChangeset
for help on using the changeset viewer.