mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
h8: fix shal2
This commit is contained in:
parent
46b02a6f9f
commit
f3454cee2f
@ -1079,7 +1079,7 @@ macro jsr32 %opc %spreg
|
|||||||
prefetch();
|
prefetch();
|
||||||
|
|
||||||
10f0 fff8 0 shal.l two r32l s20
|
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();
|
prefetch();
|
||||||
|
|
||||||
1100 fff0 0 shlr.b r8l -
|
1100 fff0 0 shlr.b r8l -
|
||||||
|
Loading…
Reference in New Issue
Block a user