| commit | bf4d07d5394c370b5d52e99e5adf0e53fa342928 | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Fri Apr 21 12:08:15 2023 +0200 |
| committer | Jan Beulich <jbeulich@suse.com> | Fri Apr 21 12:08:15 2023 +0200 |
| tree | f463a0aaef8285d4119278c0c43dddc68da90d4e | |
| parent | 06173b5d0926a76c9d1af832d76636f80fc04413 [diff] |
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".