From 6ec7d2c340d1a73617acdad4ba8e8735e3fc673b Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Thu, 14 Jan 2016 00:45:04 +0100 Subject: [PATCH] x86emitter: ease template stuff --- common/include/x86emitter/x86types.h | 1 + 1 file changed, 1 insertion(+) 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() {