mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
X64Emitter: Remove obsolete TODO
TODO was already taken care of in PR #941.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user