From e6dbd3b3f08318196cbdb1f0c23a7eefd9b38cb7 Mon Sep 17 00:00:00 2001 From: pbrook Date: Sat, 26 May 2007 21:16:48 +0000 Subject: M68k extended addressing modes. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2870 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-m68k/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target-m68k/cpu.h') diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h index 3a1a13888b..a81b91dffd 100644 --- a/target-m68k/cpu.h +++ b/target-m68k/cpu.h @@ -160,7 +160,8 @@ enum m68k_features { M68K_FEATURE_CF_FPU, M68K_FEATURE_CF_MAC, M68K_FEATURE_CF_EMAC, - M68K_FEATURE_EXT_FULL /* 68020+ full extension word. */ + M68K_FEATURE_EXT_FULL, /* 68020+ full extension word. */ + M68K_FEATURE_WORD_INDEX /* word sized address index registers. */ }; static inline int m68k_feature(CPUM68KState *env, int feature) -- cgit v1.2.1