OSDN Git Service

target/s390x: Remove fail variable from s390_cpu_tlb_fill
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:16:07 +0000 (10:16 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (12:49 +0200)
commit42007b1982a0b69b5b25ba515076d6576f2c6cdc
tree233c2019fdf8bf334e1276855f65b4c9b614fd17
parenta79d2253351e9ef33048eac594693a3c01b6ea71
target/s390x: Remove fail variable from s390_cpu_tlb_fill

Now that excp always contains a real exception number, we can
use that instead of a separate fail variable.  This allows a
redundant test to be removed.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-12-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/excp_helper.c