mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
target/s390x: remove dead code in translate.c
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>
This commit is contained in:
parent
fc7fbcbc48
commit
51a718bf3d
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user