On 4/16/22 21:59, Tomoaki Kawada wrote:
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
---
target/rx/op_helper.c | 1 +
1 file changed, 1 insertion(+)
Queued to target-rx-next.
r~
On Sun, 17 Apr 2022 13:59:38 +0900,
Tomoaki Kawada wrote:
>
> 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
> ---
> target/rx/op_helper.c | 1 +
> 1 file changed, 1 insertion(+)
>
On 4/16/22 21:59, Tomoaki Kawada wrote:
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
---
target/rx/op_helper.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/rx/op_helper
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
---
target/rx/op_helper.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/rx/op_helper.c b/target/rx/op_helper.c
index 11f952d340.