From f3454cee2f5fbfff068f53c3716ba187ea4b1492 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sun, 29 Nov 2020 21:25:40 +0100 Subject: [PATCH] h8: fix shal2 --- src/devices/cpu/h8/h8.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/h8/h8.lst b/src/devices/cpu/h8/h8.lst index e0a5385a4b2..a53e211b69c 100644 --- a/src/devices/cpu/h8/h8.lst +++ b/src/devices/cpu/h8/h8.lst @@ -1079,7 +1079,7 @@ macro jsr32 %opc %spreg prefetch(); 10f0 fff8 0 shal.l two r32l s20 - r32_w(IR[0], do_shal32(r32_r(IR[0]))); + r32_w(IR[0], do_shal2_32(r32_r(IR[0]))); prefetch(); 1100 fff0 0 shlr.b r8l -