target/rx: set PSW.I when executing wait instruction
authorTomoaki Kawada <i@yvt.jp>
Sun, 17 Apr 2022 04:59:38 +0000 (13:59 +0900)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Apr 2022 17:08:05 +0000 (10:08 -0700)
commit335cd065977bda4e2b6290f9aecad320a9391bfe
tree7c17841ab6848776463f686ed938de5b4dafe757
parentbcc6f33b671d223a1d7b81491d45c58b35ed6e3e
target/rx: set PSW.I when executing wait instruction

This patch fixes the implementation of the wait instruction to
implicitly update PSW.I as required by the ISA specification.

Signed-off-by: Tomoaki Kawada <i@yvt.jp>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220417045937.2128699-1-i@yvt.jp>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/rx/op_helper.c