mirror of https://github.com/PCSX2/pcsx2.git
x86emitter: ease template stuff
This commit is contained in:
parent
8c3798e96b
commit
6ec7d2c340
|
@ -696,6 +696,7 @@ template< typename T > void xWrite( T val );
|
|||
bool IsByteSizeDisp() const { return is_s8( Displacement ); }
|
||||
bool IsMem() const { return true; }
|
||||
bool IsReg() const { return false; }
|
||||
bool IsExtended() const { return false; } // Non sense but ease template
|
||||
|
||||
operator xAddressVoid()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue