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
1 changed files with 0 additions and 1 deletions

View File

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