diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2022-12-14 14:27:14 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2022-12-15 17:37:48 +0000 |
| commit | 9e406eea309bbe44c7fb17f6af112d2b756854ad (patch) | |
| tree | 609eba5e133db980f2bfb02dfc95e9ddf3fd5691 /hw/arm/virt.c | |
| parent | 3d81e8cf0c81b8b63d7d7056c450dd94bfbfd038 (diff) | |
| download | focaccia-qemu-9e406eea309bbe44c7fb17f6af112d2b756854ad.tar.gz focaccia-qemu-9e406eea309bbe44c7fb17f6af112d2b756854ad.zip | |
target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator
When building with --disable-tcg on Darwin we get:
target/arm/cpu.c:725:16: error: incomplete definition of type 'struct TCGCPUOps'
cc->tcg_ops->do_interrupt(cs);
~~~~~~~~~~~^
Commit 083afd18a9 ("target/arm: Restrict cpu_exec_interrupt()
handler to sysemu") limited this block to system emulation,
but neglected to also limit it to TCG.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Message-id: 20221209110823.59495-1-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/virt.c')
0 files changed, 0 insertions, 0 deletions