mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
exec: Declare abi_ptr type in its own 'abi_ptr.h' header
The abi_ptr type is declared in "exec/cpu_ldst.h" with all the load/store helpers. Some source files requiring abi_ptr type don't need the load/store helpers. In order to simplify, create a new "exec/abi_ptr.h" header. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231212123401.37493-21-philmd@linaro.org>
This commit is contained in:
parent
d25ddb3f54
commit
471558cb6e
4 changed files with 41 additions and 15 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "cpu.h"
|
||||
#if defined(CONFIG_USER_ONLY)
|
||||
#include "exec/abi_ptr.h"
|
||||
#include "exec/cpu_ldst.h"
|
||||
#endif
|
||||
#include "exec/translation-block.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue