From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQqLV-0005Ym-Gz for qemu-devel@nongnu.org; Mon, 18 Dec 2017 03:00:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQqLR-0000DA-E7 for qemu-devel@nongnu.org; Mon, 18 Dec 2017 03:00:21 -0500 References: <151350631739.45.12182008427471484789@5adcb62bf0d6> <766e1250-9930-3af7-099c-29fafd37c270@weilnetz.de> From: David Hildenbrand Message-ID: Date: Mon, 18 Dec 2017 09:00:10 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [qemu-s390x] [PATCH] s390x: Add missing QEMU_NORETURN attribute (CID 1383842) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , Stefan Weil , qemu-devel@nongnu.org Cc: qemu-s390x@nongnu.org, famz@redhat.com, agraf@suse.de, rth@twiddle.net > I think the best solution would be to call tcg_s390_program_interrupt() > directly from helper_divs64() instead of going through the > s390_program_interrupt() wrapper. helper_divs64() is for TCG only, so it > should be fine to directly use the tcg_s390_program_interrupt() function > there. Just add a return after s390_program_interrupt(). > > Thomas > -- Thanks, David / dhildenb