target/openrisc: Exit the TB after l.mtspr
commit01ec3ec930c90374a8870e99e0da63c17d708d47
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 23 May 2018 01:42:13 +0000 (22 18:42 -0700)
committerStafford Horne <shorne@gmail.com>
Mon, 2 Jul 2018 15:05:28 +0000 (3 00:05 +0900)
treea94f3a80a516dd6d3bd4f4ba4bf2af8101caf623
parent2ba6541792782fc0d20dab6678f5f90a3c8978c9
target/openrisc: Exit the TB after l.mtspr

A store to SR changes interrupt state, which should return
to the main loop to recognize that state.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
target/openrisc/translate.c