mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
X64Emitter: Remove obsolete TODO
TODO was already taken care of in PR #941.
This commit is contained in:
parent
bdfc472751
commit
f82c38e156
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user