VirtualBox

Ignore:
Timestamp:
Mar 29, 2017 1:29:17 AM (8 years ago)
Author:
vboxsync
Message:

bs3-cpu-generated-1: fixed rm+gp issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-template.c

    r66315 r66317  
    14181418            else if (iEncoding == 2)
    14191419            {
    1420                 if (pThis->bMode == BS3_MODE_RM)
    1421                     break; /** @todo fix real mode #GP() context gathering. */
    14221420                pThis->aOperands[pThis->iRegOp].idxField = BS3CG1DST_XMM3;
    14231421                off = Bs3Cg1InsertOpcodes(pThis, Bs3Cg1InsertReqPrefix(pThis, 0));
     
    31533151#if 0
    31543152    /* (for debugging) */
    3155     if (bMode != BS3_MODE_PP32)
     3153    if (!BS3_MODE_IS_RM_OR_V86(bMode))
    31563154        return BS3TESTDOMODE_SKIPPED;
    31573155#endif
     
    31663164#if 0
    31673165    /* (for debugging) */
    3168     if (bMode >= BS3_MODE_PE16_32)
     3166    if (bMode >= BS3_MODE_RM)
    31693167    {
    31703168        Bs3TestTerm();
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