target/s390x: Only compile decode_basedisp() on system-mode
commitd64c1bd6ca0323e9e5e848c6a8193dc12ab1273e
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 26 May 2020 17:24:25 +0000 (26 19:24 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 5 Jun 2020 15:13:11 +0000 (5 17:13 +0200)
treea6a6188a9f6008fdd77e21ac2588cffcb22c1445
parentcdb509a40b8f0d83a37d887572a790a7773745c7
target/s390x: Only compile decode_basedisp() on system-mode

The decode_basedisp*() methods are only used in ioinst.c,
which is only build in system-mode emulation.

I/O instructions are privileged, and other S instructions
are decoded elsewhere.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200526172427.17460-6-f4bug@amsat.org>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/internal.h