Re: [PATCH v3 12/18] target/s390x: Remove fail variable from s390_cpu_tlb_fill

2019-09-27 Thread David Hildenbrand
On 26.09.19 18:26, Richard Henderson wrote: > 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. > > Signed-off-by: Richard Henderson > --- > target/s390x/excp_helper.c | 19 +++-

[PATCH v3 12/18] target/s390x: Remove fail variable from s390_cpu_tlb_fill

2019-09-26 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- target/s390x/excp_helper.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) dif