mirror of
https://github.com/mii443/qemu.git
synced 2025-12-07 04:58:25 +00:00
target/mips: Include "exec/memattrs.h" in 'internal.h'
mips_cpu_do_transaction_failed() requires MemTxAttrs and MemTxResult declarations. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201206233949.3783184-8-f4bug@amsat.org>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#ifndef MIPS_INTERNAL_H
|
||||
#define MIPS_INTERNAL_H
|
||||
|
||||
#include "exec/memattrs.h"
|
||||
#include "fpu/softfloat-helpers.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user