- Timestamp:
- Jul 29, 2013 8:58:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmTables.cpp
r47412 r47453 2699 2699 INVALID_OPCODE_MOD_RM(0x), 2700 2700 INVALID_OPCODE_MOD_RM(0x), 2701 /** @todo mfence + lfence + sfence instructions do esn'tnot require rm=0,2701 /** @todo mfence + lfence + sfence instructions do not require rm=0, 2702 2702 * they work for any RM value. See bs2-cpu-instr-1.asm for details. */ 2703 2703 OP("lfence", IDX_ParseModFence, 0, 0, OP_LFENCE, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_HARMLESS),
Note:
See TracChangeset
for help on using the changeset viewer.