target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Mar 2019 22:24:38 +0000 (15:24 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Mar 2019 17:09:55 +0000 (10:09 -0700)
commitc5d0aec25f48ac708ad486f84a73e8b622d5b96b
tree0c3441b6eeaadf26e66b46e51b467f63f55c13c4
parent8b088d3f8ab5642020d28fa0c2a8d938bc5f3592
target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT

Within a delay slot, we were squishing both DISAS_IAQ_N_STALE and
DISAS_IAQ_N_STALE_EXIT to DISAS_IAQ_N_UPDATED.  This lost the
required exit to the main loop, and could result in interrupts
never being delivered.

Tested-by: Sven Schnelle <svens@stackframe.org>
Reported-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c