x86: avoid string copy when swapping Vex.W controlled operands
authorJan Beulich <jbeulich@suse.com>
Mon, 13 Jun 2022 07:52:59 +0000 (09:52 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 13 Jun 2022 07:52:59 +0000 (09:52 +0200)
commit32f06c69f2284bc925e8d56fecbfc2a3f9f7301f
tree292328164108cbb5bd1427042dcc86dcf98d3c7e
parenteebc56d682ddc8da6c9caa50bee4225926e3accd
x86: avoid string copy when swapping Vex.W controlled operands

Now that op_out[] is an array of pointers, there's no need anymore to
copy strings. Simply swap the pointers.
opcodes/i386-dis.c