VirtualBox

Changeset 92746 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 3, 2021 9:01:51 PM (3 years ago)
Author:
vboxsync
Message:

IEM/ICPBP: Added some more info to the 8086-80286 todo.

File:
1 edited

Legend:

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

    r90250 r92746  
    1061810618{
    1061910619    IEMOP_MNEMONIC(int1, "int1"); /* icebp */
    10620     IEMOP_HLP_MIN_386(); /** @todo does not generate #UD on 286, or so they say... */
     10620    /** @todo Does not generate #UD on 286, or so they say...  Was allegedly a
     10621     * prefix byte on 8086 and/or/maybe 80286 without meaning according to the 286
     10622     * LOADALL memo.  Needs some testing. */
     10623    IEMOP_HLP_MIN_386();
    1062110624    /** @todo testcase! */
    1062210625    return IEM_MC_DEFER_TO_CIMPL_2(iemCImpl_int, X86_XCPT_DB, IEMINT_INT1);
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