diff options
| author | Sintendo <bram.speeckaert@gmail.com> | 2020-01-13 00:13:05 +0100 |
|---|---|---|
| committer | Sintendo <bram.speeckaert@gmail.com> | 2020-01-13 08:43:42 +0100 |
| commit | f82c38e156ffce02242dfad4df8b36c4e59b0432 (patch) | |
| tree | 23807a882556d796b4c1f1aa8a697afb05ae00f4 /Source/Core/Common/x64Emitter.cpp | |
| parent | bdfc472751caad9843b6527141264550df80bb6d (diff) | |
X64Emitter: Remove obsolete TODO
TODO was already taken care of in PR #941.
Diffstat (limited to 'Source/Core/Common/x64Emitter.cpp')
| -rw-r--r-- | Source/Core/Common/x64Emitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/x64Emitter.cpp b/Source/Core/Common/x64Emitter.cpp index a90af4c288..8878f07f65 100644 --- a/Source/Core/Common/x64Emitter.cpp +++ b/Source/Core/Common/x64Emitter.cpp @@ -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; |
