Merge pull request #7030 from lioncash/emitter
x64Emitter: Amend parameter ordering for WriteModRM()'s prototype
This commit is contained in:
commit
6c7e9f73da
|
@ -342,7 +342,7 @@ private:
|
|||
void CheckFlags();
|
||||
|
||||
void Rex(int w, int r, int x, int b);
|
||||
void WriteModRM(int mod, int rm, int reg);
|
||||
void WriteModRM(int mod, int reg, int rm);
|
||||
void WriteSIB(int scale, int index, int base);
|
||||
void WriteSimple1Byte(int bits, u8 byte, X64Reg reg);
|
||||
void WriteSimple2Byte(int bits, u8 byte1, u8 byte2, X64Reg reg);
|
||||
|
|
Loading…
Reference in New Issue