diff --git a/target-alpha/translate.c b/target-alpha/translate.c index f8a946bbec9b58666610aa70914e58c030ff64ff..00751f517488d2c0b5c0458372cf7b7a5f2cd1e1 100644 --- a/target-alpha/translate.c +++ b/target-alpha/translate.c @@ -1732,12 +1732,6 @@ static always_inline int translate_one (DisasContext *ctx, uint32_t insn) break; case 0xE800: /* ECB */ - /* XXX: TODO: evict tb cache at address rb */ -#if 0 - ret = 2; -#else - goto invalid_opc; -#endif break; case 0xF000: /* RS */