VirtualBox

Changeset 75249 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 5, 2018 10:43:15 AM (6 years ago)
Author:
vboxsync
Message:

IEM: Enabled 286 LOADALL. A bit hacky due to overlap with SYSCALL but works.

File:
1 edited

Legend:

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

    r75234 r75249  
    40334033IEM_CIMPL_DEF_0(iemCImpl_syscall)
    40344034{
    4035 #ifdef IEM_WITH_LOADALL286
    40364035    /** @todo hack, LOADALL should be decoded as such on a 286. */
    4037     if (pVCpu->iem.s.uTargetCpu == IEMTARGETCPU_286)
     4036    if (RT_UNLIKELY(pVCpu->iem.s.uTargetCpu == IEMTARGETCPU_286))
    40384037        return iemCImpl_loadall286(pVCpu, cbInstr);
    4039 #endif
    40404038
    40414039    /*
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