mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 13:31:52 -06:00
target/hexagon: Ensure not being build on system emulation
Currently only user emulation is supported. Assert no target code is built for system emulation. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com> Message-Id: <20250121142341.17001-2-philmd@linaro.org>
This commit is contained in:
parent
befd818b58
commit
a770b10baf
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
#include "mmvec/mmvec.h"
|
||||
#include "hw/registerfields.h"
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#error "Hexagon does not support system emulation"
|
||||
#endif
|
||||
|
||||
#define NUM_PREGS 4
|
||||
#define TOTAL_PER_THREAD_REGS 64
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue