mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
exec/memory-internal: remove dependency on cpu.h
Needed so compilation units including it can be common. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250317183417.285700-9-pierrick.bouvier@linaro.org>
This commit is contained in:
parent
eab9254fec
commit
9ed7bcff05
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@
|
||||||
#ifndef MEMORY_INTERNAL_H
|
#ifndef MEMORY_INTERNAL_H
|
||||||
#define MEMORY_INTERNAL_H
|
#define MEMORY_INTERNAL_H
|
||||||
|
|
||||||
#include "cpu.h"
|
|
||||||
|
|
||||||
#ifndef CONFIG_USER_ONLY
|
#ifndef CONFIG_USER_ONLY
|
||||||
static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv)
|
static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue