x86: constify disassembler static data
authorJan Beulich <jbeulich@suse.com>
Mon, 17 Jan 2022 09:25:08 +0000 (10:25 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 17 Jan 2022 09:25:08 +0000 (10:25 +0100)
commit2a78304e29bf783142001958730d4adf8f6a1f09
tree22fdeeafc4b0d118699bf5a0ec72a3be0d429906
parent45cf0dc2ecd2354c6f8e6d3f5d19f8012c97d978
x86: constify disassembler static data

Now that the code is intended to be largely thread-safe, we'd better not
have any writable static objects.
opcodes/i386-dis.c