qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 6/6] target/sh4: Implement prctl_unalign_sigbus


From: Richard Henderson
Subject: Re: [PATCH 6/6] target/sh4: Implement prctl_unalign_sigbus
Date: Thu, 23 Dec 2021 13:27:20 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]