VirtualBox

Changeset 84247 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 11, 2020 11:35:10 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137856
Message:

IEM: LOOP optimization todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h

    r82968 r84247  
    1029010290        case IEMMODE_16BIT:
    1029110291            IEM_MC_BEGIN(0,0);
    10292             if (-(int8_t)IEM_GET_INSTR_LEN(pVCpu) != i8Imm)
     10292            if (-(int8_t)IEM_GET_INSTR_LEN(pVCpu) != i8Imm) /** @todo Harmfull to windows 3.11 for workgroups and such. Make optional. */
    1029310293            {
    1029410294                IEM_MC_SUB_GREG_U16(X86_GREG_xCX, 1);
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