| commit | 9421775ba4c7ec94d64a366a96f059e0195a105c | [log] [tgz] |
|---|---|---|
| author | Haochen Jiang <haochen.jiang@intel.com> | Tue Jan 14 10:30:32 2025 +0800 |
| committer | Haochen Jiang <haochen.jiang@intel.com> | Tue Jan 14 10:30:32 2025 +0800 |
| tree | ae864e9132e14630fe7936af30803e3612d4341d | |
| parent | 35ee297ebe62e4fef34fc8abe1442564144ee049 [diff] |
x86: Remove mod_table pass for MVexSIBMEM When using MVexSIBMEM, OP_M will help check modrm. Thus, no need to pass mod_table. Since we have OP_M do the work, from now on, mod_table[] should not gain any new entries, unless both slots of them are populated, e.g., different modrm leading to different insns could not be combined (Bad_Opcode is not the case since OP_M could handle that). opcodes/ChangeLog: * i386-dis.c: Remove mod_table pass for MVexSIBMEM.