From f68ecdd4f3584130cf0cb8f545b7359fae150fe0 Mon Sep 17 00:00:00 2001 From: David Hildenbrand Date: Mon, 29 Jan 2018 13:56:21 +0100 Subject: s390x/tcg: cache the qemu flic in a central function This avoids tons of conversions when handling interrupts. Signed-off-by: David Hildenbrand Message-Id: <20180129125623.21729-17-david@redhat.com> Signed-off-by: Cornelia Huck --- target/s390x/misc_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/s390x/misc_helper.c') diff --git a/target/s390x/misc_helper.c b/target/s390x/misc_helper.c index c1ff152..45cab8c 100644 --- a/target/s390x/misc_helper.c +++ b/target/s390x/misc_helper.c @@ -452,7 +452,7 @@ uint32_t HELPER(tpi)(CPUS390XState *env, uint64_t addr) { const uintptr_t ra = GETPC(); S390CPU *cpu = s390_env_get_cpu(env); - QEMUS390FLICState *flic = QEMU_S390_FLIC(s390_get_flic()); + QEMUS390FLICState *flic = s390_get_qemu_flic(s390_get_flic()); QEMUS390FlicIO *io = NULL; LowCore *lowcore; -- cgit v1.1