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:
parent
86deb70172
commit
34cffe960e
@ -8,6 +8,7 @@
|
||||
#ifndef MIPS_INTERNAL_H
|
||||
#define MIPS_INTERNAL_H
|
||||
|
||||
#include "exec/memattrs.h"
|
||||
#include "fpu/softfloat-helpers.h"
|
||||
|
||||
/*
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "sysemu/kvm_int.h"
|
||||
#include "sysemu/runstate.h"
|
||||
#include "kvm_mips.h"
|
||||
#include "exec/memattrs.h"
|
||||
#include "hw/boards.h"
|
||||
|
||||
#define DEBUG_KVM 0
|
||||
|
Loading…
Reference in New Issue
Block a user