X64Emitter: Remove obsolete TODO

TODO was already taken care of in PR #941.
This commit is contained in:
Sintendo 2020-01-13 00:13:05 +01:00
parent bdfc472751
commit f82c38e156

View File

@ -13,7 +13,6 @@
namespace Gen namespace Gen
{ {
// TODO(ector): Add EAX special casing, for ever so slightly smaller code.
struct NormalOpDef struct NormalOpDef
{ {
u8 toRm8, toRm32, fromRm8, fromRm32, imm8, imm32, simm8, eaximm8, eaximm32, ext; u8 toRm8, toRm32, fromRm8, fromRm32, imm8, imm32, simm8, eaximm8, eaximm32, ext;