Skip to content

Commit

Permalink
X64Emitter: Remove obsolete TODO
Browse files Browse the repository at this point in the history
TODO was already taken care of in PR #941.
  • Loading branch information
Sintendo committed Jan 13, 2020
1 parent bdfc472 commit f82c38e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Common/x64Emitter.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit f82c38e

Please sign in to comment.