|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH v1 10/23] tests/tcg/multiarch: expand system memory test to cover more |
Date: | Thu, 9 May 2019 10:03:16 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
On 5/9/19 9:58 AM, Alex Bennée wrote: > +memory: CFLAGS+=-DCHECK_UNALIGNED I suggest -DCHECK_UNALIGNED=1 here, and elsewhere -DCHECK_UNALIGNED=0, and then #ifndef CHECK_UNALIGNED # error "Target does not specify CHECK_UNALIGNED" #endif Then you don't need conditional compilation within the tests as well. r~
[Prev in Thread] | Current Thread | [Next in Thread] |