commit | 9d834fcaa141705738d3322a753358f845dd8bbc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Mar 01 13:58:50 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Wed Mar 01 13:58:50 2023 -0700 |
tree | 30103cceb44184c2f54289403d1661d9c84ac401 | |
parent | 09e5f69526eaa2916cc2b30de78d0558b9b0f832 [diff] |
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.