mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
When we changed decode_sleb128 from target_long to int64_t, we failed to adjust the shift limit. Cc: qemu-stable@nongnu.org Fixes:c9ad8d27ca("tcg: Widen gen_insn_data to uint64_t") Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> (cherry picked from commit9401f91b9b) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>