リビジョン | 50288a7d01b8bbd6eba16ad0b78ca918b17bf0a1 (tree) |
---|---|
日時 | 2019-01-19 01:19:32 |
作者 | Yoshinori Sato <ysato@user...> |
コミッター | Yoshinori Sato |
remove unused macro
@@ -117,11 +117,6 @@ static void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) | ||
117 | 117 | ctx->base.is_jmp = DISAS_NORETURN; |
118 | 118 | } |
119 | 119 | |
120 | -#define CHECK_PRIVILEGED \ | |
121 | - if (IS_USER(ctx)) { \ | |
122 | - goto do_illegal; \ | |
123 | - } | |
124 | - | |
125 | 120 | typedef void (*disas_proc)(CPURXState *env, DisasContext *s, uint32_t insn); |
126 | 121 | |
127 | 122 | static uint32_t rx_load_simm(CPURXState *env, uint32_t addr, int sz, uint32_t *ret) |