diff options
Diffstat (limited to 'target-tricore/translate.c')
-rw-r--r-- | target-tricore/translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-tricore/translate.c b/target-tricore/translate.c index 3b83782be2..def7f4ad45 100644 --- a/target-tricore/translate.c +++ b/target-tricore/translate.c @@ -5022,7 +5022,7 @@ static void decode_32Bit_opc(CPUTriCoreState *env, DisasContext *ctx) case OPCM_32_RR_LOGICAL_SHIFT: decode_rr_logical_shift(env, ctx); break; - case OPCM_32_RR_ADRESS: + case OPCM_32_RR_ADDRESS: decode_rr_address(env, ctx); break; case OPCM_32_RR_IDIRECT: |