Fix type of check_valid_shift_count parameter
authorTom Tromey <tromey@adacore.com>
Wed, 1 Mar 2023 20:58:50 +0000 (13:58 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 1 Mar 2023 20:58:50 +0000 (13:58 -0700)
commit9d834fcaa141705738d3322a753358f845dd8bbc
tree30103cceb44184c2f54289403d1661d9c84ac401
parent09e5f69526eaa2916cc2b30de78d0558b9b0f832
Fix type of check_valid_shift_count parameter

check_valid_shift_count has an 'int' parameter that really should be
an enum exp_opcode.  This patch makes the change.  Tested by
rebuilding.
gdb/valarith.c