Core: X86 recompile modularize loading address in store/load ops
This commit is contained in:
parent
1fe8fd1299
commit
7fb67450a1
File diff suppressed because it is too large
Load Diff
|
@ -357,6 +357,7 @@ private:
|
|||
CX86RecompilerOps(const CX86RecompilerOps&);
|
||||
CX86RecompilerOps& operator=(const CX86RecompilerOps&);
|
||||
|
||||
CX86Ops::x86Reg BaseOffsetAddress(bool UseBaseRegister);
|
||||
void SB_Const(uint8_t Value, uint32_t Addr);
|
||||
void SB_Register(CX86Ops::x86Reg Reg, uint32_t Addr);
|
||||
void SH_Const(uint16_t Value, uint32_t Addr);
|
||||
|
|
Loading…
Reference in New Issue