Changeset 92746 in vbox for trunk/src/VBox
- Timestamp:
- Dec 3, 2021 9:01:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h
r90250 r92746 10618 10618 { 10619 10619 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(); 10621 10624 /** @todo testcase! */ 10622 10625 return IEM_MC_DEFER_TO_CIMPL_2(iemCImpl_int, X86_XCPT_DB, IEMINT_INT1);
Note:
See TracChangeset
for help on using the changeset viewer.