mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
meson: do not use set10
Make all items of config-host.h consistent. To keep the --disable-coroutine-pool code visible to the compiler, mutuate the IS_ENABLED() macro from Linux. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9bad39c7e8
commit
230f6e06b8
4 changed files with 19 additions and 4 deletions
|
@ -645,7 +645,7 @@ int main(int argc, char **argv)
|
|||
* with a sentinel value. If there is no freelist this would legitimately
|
||||
* crash, so skip it.
|
||||
*/
|
||||
if (CONFIG_COROUTINE_POOL) {
|
||||
if (IS_ENABLED(CONFIG_COROUTINE_POOL)) {
|
||||
g_test_add_func("/basic/no-dangling-access", test_no_dangling_access);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue