x86: absorb allocation in i386-gen
authorJan Beulich <jbeulich@suse.com>
Fri, 20 Jan 2023 09:16:56 +0000 (10:16 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 20 Jan 2023 09:16:56 +0000 (10:16 +0100)
commit992dd393c9430ac77df30017f47dc607da69e9a0
treeb9b2cc330d0de0056880ee4291ab0773dc2890be
parent3e451ee4a654ae2eec22b6f807cf6ad00f7969b9
x86: absorb allocation in i386-gen

When generating the mnemonic string table we already set up an
identifier for the following entry in a number of cases. Re-use that on
the next loop iteration rather than re-doing allocation and conversion.
opcodes/i386-gen.c