qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v2 6/8] target/arm: Assert thumb pc is aligned


From: Richard Henderson
Subject: Re: [PATCH v2 6/8] target/arm: Assert thumb pc is aligned
Date: Sun, 19 Sep 2021 15:34:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 8/21/21 1:46 PM, Philippe Mathieu-Daudé wrote:
+    /* Misaligned thumb PC is architecturally impossible. */
+    assert((dc->base.pc_next & 1) == 0);

What about using tcg_debug_assert() instead?

I don't think we want to let this one compile out.


r~



reply via email to

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