x86: adjust struct instr_info field types
authorJan Beulich <jbeulich@suse.com>
Mon, 17 Jan 2022 09:26:43 +0000 (10:26 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 17 Jan 2022 09:26:43 +0000 (10:26 +0100)
commitab31da6aff52fe3206cba98c03d7f74159da8677
tree5fc25701cc3f59ea37ccb4771a1f5f059d1f8118
parent71b94817f314db6ddb428e804378a30e7521a2ad
x86: adjust struct instr_info field types

Now that this lives on the stack, let's have it be a little less
wasteful in terms of space. Switch boolean fields to "bool" (also when
this doesn't change their size) and also limit the widths of "rex",
"rex_used", "op_ad", and "op_index". Do a little bit of re-ordering as
well to limit the number of padding holes.
opcodes/i386-dis.c