summaryrefslogtreecommitdiffstats
path: root/target-tricore/cpu.h
diff options
context:
space:
mode:
authorBastian Koppelmann2015-05-06 20:18:41 +0200
committerBastian Koppelmann2015-05-22 17:02:33 +0200
commit6d2afc8a5edc042e4e7c2ceb49f7cabe02aae793 (patch)
treeaf72b53fecab78391693722f355498dd6de59e3f /target-tricore/cpu.h
parenttarget-tricore: Add ISA v1.3.1 cpu and fix tc1796 to using v1.3 (diff)
downloadqemu-6d2afc8a5edc042e4e7c2ceb49f7cabe02aae793.tar.gz
qemu-6d2afc8a5edc042e4e7c2ceb49f7cabe02aae793.tar.xz
qemu-6d2afc8a5edc042e4e7c2ceb49f7cabe02aae793.zip
target-tricore: introduce ISA v1.6.1 feature
The aurix platform contains of several different cpu models and uses the 1.6.1 ISA. This patch changes the generic aurix model to the more specific tc27x cpu model and sets specific features. Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-tricore/cpu.h')
-rw-r--r--target-tricore/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-tricore/cpu.h b/target-tricore/cpu.h
index c14b5f9016..504f15623d 100644
--- a/target-tricore/cpu.h
+++ b/target-tricore/cpu.h
@@ -254,6 +254,7 @@ enum tricore_features {
TRICORE_FEATURE_13,
TRICORE_FEATURE_131,
TRICORE_FEATURE_16,
+ TRICORE_FEATURE_161,
};
static inline int tricore_feature(CPUTriCoreState *env, int feature)