disas: Configure capstone for aarch64 host without libvixl
commita4038a00ed94d3752044edae8f285772a244a887
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 12 Sep 2020 00:59:01 +0000 (11 17:59 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Oct 2020 09:25:14 +0000 (3 04:25 -0500)
treee2a58a12578b535d5dbbafa052259f8d1afe067c
parentb71f3a68e2b67c2a26be0a528482fd99a089af3f
disas: Configure capstone for aarch64 host without libvixl

The ifdef tangle failed to set cap_arch if libvixl itself
was not configured (e.g. due to lack of c++ compiler).

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
disas.c