target/hppa: Mark interval timer write as io
Reviewed-by: Helge Deller <deller@gmx.de> Tested-by: Helge Deller <deller@gmx.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
bd1ad92ccf
commit
104281c10e
@ -2162,6 +2162,9 @@ static bool trans_mtctl(DisasContext *ctx, arg_mtctl *a)
|
||||
|
||||
switch (ctl) {
|
||||
case CR_IT:
|
||||
if (translator_io_start(&ctx->base)) {
|
||||
ctx->base.is_jmp = DISAS_IAQ_N_STALE;
|
||||
}
|
||||
gen_helper_write_interval_timer(tcg_env, reg);
|
||||
break;
|
||||
case CR_EIRR:
|
||||
|
Loading…
Reference in New Issue
Block a user