x86: convert two pointers to (indexing) integers
authorJan Beulich <jbeulich@suse.com>
Fri, 26 May 2023 07:53:51 +0000 (09:53 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 May 2023 07:53:51 +0000 (09:53 +0200)
commit1a3b4f90bc5fa5e71df1db8e663f76e262f3134d
treec504a108d014d7312e6f3709083fb7b866918c27
parentd8acf3769314463ba7ed8262bf105a64f1f2e838
x86: convert two pointers to (indexing) integers

This in particular reduces the number of pointers to non-const that we
have (and that could potentially be used for undue modification of
state). As a result, fetch_code()'s 2nd parameter can then also become
pointer-to-const.
opcodes/i386-dis.c