diff options
Diffstat (limited to 'target/tricore/cpu.h')
-rw-r--r-- | target/tricore/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/tricore/cpu.h b/target/tricore/cpu.h index 045126181a..6d89f625d0 100644 --- a/target/tricore/cpu.h +++ b/target/tricore/cpu.h @@ -256,7 +256,8 @@ void tricore_cpu_dump_state(CPUState *cpu, FILE *f, #define MASK_CPUID_REV 0x000000ff #define MASK_ICR_PIPN 0x00ff0000 -#define MASK_ICR_IE 0x00000100 +#define MASK_ICR_IE_1_3 0x00000100 +#define MASK_ICR_IE_1_6 0x00008000 #define MASK_ICR_CCPN 0x000000ff #define MASK_FCX_FCXS 0x000f0000 |