x86emitter: ease template stuff

This commit is contained in:
Gregory Hainaut 2016-01-14 00:45:04 +01:00
parent 8c3798e96b
commit 6ec7d2c340
1 changed files with 1 additions and 0 deletions

View File

@ -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()
{