x86: limit data passed to i386_dis_printf()
authorJan Beulich <jbeulich@suse.com>
Fri, 28 Apr 2023 06:24:41 +0000 (08:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 28 Apr 2023 06:24:41 +0000 (08:24 +0200)
commite4452aa670e5cec9c78b241d3572c91170598965
tree7e15418202e61eceed6e1a293d95c2ee62226144
parentffe983ed7a93366a947f7cc9c569e85e63115fe9
x86: limit data passed to i386_dis_printf()

The function doesn't use "ins" for other than retrieving "info". Remove
a thus pointless level of indirection.
opcodes/i386-dis.c