x86: shrink op_riprel
authorJan Beulich <jbeulich@suse.com>
Wed, 18 May 2022 12:39:58 +0000 (14:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 18 May 2022 12:39:58 +0000 (14:39 +0200)
commit4bb8b8e9381bce9734454470ebd1572534e7514e
tree7a7ace911604e39ef047d29dae1aec1b4705c678
parent2c3cc81e068464b5a3d5bf19a9cf3cf3dd6b7b55
x86: shrink op_riprel

It is only ever initialized from a boolean, so it as well as related
variables' types can simply be bool and there's no masking to 32 bits
needed in set_op().
opcodes/i386-dis.c