diff --git a/common/include/x86emitter/x86types.h b/common/include/x86emitter/x86types.h index 3d00a3fc2a..9932865e45 100644 --- a/common/include/x86emitter/x86types.h +++ b/common/include/x86emitter/x86types.h @@ -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() {