exec: Declare abi_ptr type in its own 'abi_ptr.h' header
commit471558cb6e1dcda005a61f66516684262864fc9f
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 5 Dec 2023 13:20:34 +0000 (5 14:20 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 26 Apr 2024 15:03:05 +0000 (26 17:03 +0200)
treea48eee30cc7aaea570225cc08d6a0d6c51efc521
parentd25ddb3f543dda8189b19dafd0b9a972c331fade
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>
include/exec/abi_ptr.h [new file with mode: 0644]
include/exec/cpu_ldst.h
include/exec/exec-all.h
include/exec/translator.h