OSDN Git Service

target/hppa: Truncate rotate count in trans_shrpw_sar
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 16 Sep 2023 23:22:14 +0000 (16:22 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:33 +0000 (18:49 -0800)
commite1d635e871f4e0dcea7ec08309509bbb82c2047c
treeebbbd7c9050a0e54f814f578163ad41842a940fb
parentc1f55d9795b69f17f002b7d6e8580bcd23f49be5
target/hppa: Truncate rotate count in trans_shrpw_sar

When forcing rotate by i32, the shift count must be as well.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c