really fix debug/debugfast build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7047 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
dc93854895
commit
109a1dcd66
|
@ -71,7 +71,6 @@ protected:
|
||||||
X64CachedReg saved_xregs[NUMXREGS];
|
X64CachedReg saved_xregs[NUMXREGS];
|
||||||
|
|
||||||
virtual const int *GetAllocationOrder(int &count) = 0;
|
virtual const int *GetAllocationOrder(int &count) = 0;
|
||||||
int SanityCheck() const;
|
|
||||||
|
|
||||||
XEmitter *emit;
|
XEmitter *emit;
|
||||||
|
|
||||||
|
@ -96,6 +95,7 @@ public:
|
||||||
}
|
}
|
||||||
virtual void Flush(FlushMode mode);
|
virtual void Flush(FlushMode mode);
|
||||||
virtual void Flush(PPCAnalyst::CodeOp *op) {Flush(FLUSH_ALL);}
|
virtual void Flush(PPCAnalyst::CodeOp *op) {Flush(FLUSH_ALL);}
|
||||||
|
int SanityCheck() const;
|
||||||
void KillImmediate(int preg, bool doLoad, bool makeDirty);
|
void KillImmediate(int preg, bool doLoad, bool makeDirty);
|
||||||
|
|
||||||
//TODO - instead of doload, use "read", "write"
|
//TODO - instead of doload, use "read", "write"
|
||||||
|
|
Loading…
Reference in New Issue