From: Richard Henderson <richard.henderson@linaro.org>
To: Laurent Vivier <laurent@vivier.eu>, qemu-devel@nongnu.org
Subject: Re: [PATCH 6/6] target/sh4: Implement prctl_unalign_sigbus
Date: Thu, 23 Dec 2021 13:27:20 -0800 [thread overview]
Message-ID: <911209e1-5b04-1b64-0929-c09e825aa37e@linaro.org> (raw)
In-Reply-To: <7bdd9dc1-4116-dab8-a300-9ea8241675b3@vivier.eu>
On 12/23/21 1:22 PM, Laurent Vivier wrote:
>> +#define UNALIGN(C) (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : 0)
>
> Why isn't it like the other targets: "ctx->tb_flags & TB_FLAG_UNALIGN ? MO_UNALN :
> MO_ALIGN)"?
It should be; not using 0 was a late revision and I missed this one.
r~
next prev parent reply other threads:[~2021-12-23 21:36 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-20 21:41 [PATCH 0/6] linux-user: prctl improvements Richard Henderson
2021-12-20 21:41 ` [PATCH 1/6] linux-user: Split out do_prctl and subroutines Richard Henderson
2021-12-20 22:35 ` Philippe Mathieu-Daudé
2021-12-22 20:47 ` Laurent Vivier
2021-12-20 21:41 ` [PATCH 2/6] linux-user: Disable more prctl subcodes Richard Henderson
2021-12-20 22:41 ` Philippe Mathieu-Daudé
2021-12-22 20:50 ` Laurent Vivier
2021-12-20 21:41 ` [PATCH 3/6] linux-user: Add code for PR_GET/SET_UNALIGN Richard Henderson
2021-12-20 22:31 ` Philippe Mathieu-Daudé
2021-12-25 1:50 ` Richard Henderson
2021-12-22 20:56 ` Laurent Vivier
2024-01-08 17:15 ` Philippe Mathieu-Daudé
2024-01-08 21:13 ` Richard Henderson
2024-01-08 23:21 ` Philippe Mathieu-Daudé
2024-01-09 8:33 ` Richard Henderson
2021-12-20 21:41 ` [PATCH 4/6] target/alpha: Implement prctl_unalign_sigbus Richard Henderson
2021-12-20 21:41 ` [PATCH 5/6] target/hppa: " Richard Henderson
2021-12-20 21:41 ` [PATCH 6/6] target/sh4: " Richard Henderson
2021-12-23 21:22 ` Laurent Vivier
2021-12-23 21:27 ` Richard Henderson [this message]
2022-01-06 10:46 ` [PATCH 0/6] linux-user: prctl improvements Laurent Vivier
2022-01-07 8:46 ` gaosong
2022-01-07 9:27 ` Laurent Vivier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=911209e1-5b04-1b64-0929-c09e825aa37e@linaro.org \
--to=richard.henderson@linaro.org \
--cc=laurent@vivier.eu \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).