[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/9] target/s390x: Use Int128 for return from TRE
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH 5/9] target/s390x: Use Int128 for return from TRE |
Date: |
Thu, 27 Oct 2022 12:40:04 +0200 |
On Fri, Oct 21, 2022 at 05:30:02PM +1000, Richard Henderson wrote:
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/s390x/helper.h | 2 +-
> target/s390x/tcg/mem_helper.c | 7 +++----
> target/s390x/tcg/translate.c | 7 +++++--
> 3 files changed, 9 insertions(+), 7 deletions(-)
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
- Re: [PATCH 8/9] target/s390x: Use Int128 for returning float128, (continued)