target/sh4: ignore interrupts in a delay slot
commit5c6f3eb7db478fe988d8419c191fe388c6cf5194
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 16 May 2017 22:48:18 +0000 (17 00:48 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 30 May 2017 19:00:56 +0000 (30 21:00 +0200)
treef111dcdde70de2ccc3275a7c90bb162f6375087e
parent9a562ae7ba0cadacd2fe2c8c895b0840556b978f
target/sh4: ignore interrupts in a delay slot

Delay slots are indivisible, therefore avoid scheduling an interrupt in
the delay slot. However exceptions are possible.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target/sh4/helper.c