mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target/hexagon: Include missing 'accel/tcg/getpc.h'
Since the macros.h headers call GETPC(), they need to include "accel/tcg/getpc.h", which defines it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com> Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com> Message-Id: <20250424094653.35932-9-philmd@linaro.org>
This commit is contained in:
parent
58bc9db84a
commit
f56159e828
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "cpu.h"
|
||||
#include "hex_regs.h"
|
||||
#include "reg_fields.h"
|
||||
#include "accel/tcg/getpc.h"
|
||||
|
||||
#define GET_FIELD(FIELD, REGIN) \
|
||||
fEXTRACTU_BITS(REGIN, reg_field_info[FIELD].width, \
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "qemu/host-utils.h"
|
||||
#include "arch.h"
|
||||
#include "mmvec/system_ext_mmvec.h"
|
||||
#include "accel/tcg/getpc.h"
|
||||
|
||||
#ifndef QEMU_GENERATE
|
||||
#define VdV (*(MMVector *restrict)(VdV_void))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue