mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
JitRegCache: Remove unused Flush function
This was kind of a pointless function, considering the parameter wasn't used at all, so the other Flush() function could have been just directly used instead.
This commit is contained in:
parent
41d47dda93
commit
b629eb300a
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ public:
|
||||||
void SetEmitter(Gen::XEmitter* emitter);
|
void SetEmitter(Gen::XEmitter* emitter);
|
||||||
|
|
||||||
void Flush(FlushMode mode = FLUSH_ALL, BitSet32 regsToFlush = BitSet32::AllTrue(32));
|
void Flush(FlushMode mode = FLUSH_ALL, BitSet32 regsToFlush = BitSet32::AllTrue(32));
|
||||||
void Flush(PPCAnalyst::CodeOp* op) { Flush(); }
|
|
||||||
|
|
||||||
void FlushR(Gen::X64Reg reg);
|
void FlushR(Gen::X64Reg reg);
|
||||||
void FlushR(Gen::X64Reg reg, Gen::X64Reg reg2);
|
void FlushR(Gen::X64Reg reg, Gen::X64Reg reg2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue