Skip to content

Commit

Permalink
target/s390x: remove dead code in translate.c
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Message-Id: <20170531220129.27724-2-aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
  • Loading branch information
aurel32 authored and rth7680 committed Jun 6, 2017
1 parent fc7fbcb commit 51a718b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions target/s390x/translate.c
Expand Up @@ -5472,10 +5472,7 @@ void gen_intermediate_code(CPUS390XState *env, struct TranslationBlock *tb)
gen_io_start();
}

status = NO_EXIT;
if (status == NO_EXIT) {
status = translate_one(env, &dc);
}
status = translate_one(env, &dc);

/* If we reach a page boundary, are single stepping,
or exhaust instruction count, stop generation. */
Expand Down

0 comments on commit 51a718b

Please sign in to comment.