x86: change fetch error handling in ckprefix()
authorJan Beulich <jbeulich@suse.com>
Fri, 21 Apr 2023 10:08:15 +0000 (12:08 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 21 Apr 2023 10:08:15 +0000 (12:08 +0200)
commitbf4d07d5394c370b5d52e99e5adf0e53fa342928
treef463a0aaef8285d4119278c0c43dddc68da90d4e
parent06173b5d0926a76c9d1af832d76636f80fc04413
x86: change fetch error handling in ckprefix()

Use a tristate (enum) return value type to be able to express all three
cases which are of interest to the (sole) caller. This also allows doing
away with the abuse of "rex_used".
opcodes/i386-dis.c