diff options
Diffstat (limited to 'target-xtensa/helper.c')
-rw-r--r-- | target-xtensa/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-xtensa/helper.c b/target-xtensa/helper.c index 000f965d7b..2094227843 100644 --- a/target-xtensa/helper.c +++ b/target-xtensa/helper.c @@ -102,7 +102,6 @@ CPUXtensaState *cpu_xtensa_init(const char *cpu_model) cpu = XTENSA_CPU(object_new(TYPE_XTENSA_CPU)); env = &cpu->env; env->config = config; - cpu_exec_init(env); if (!tcg_inited) { tcg_inited = 1; |