mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
exec/cpu-all: remove this header
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: <20250325045915.994760-16-pierrick.bouvier@linaro.org>
This commit is contained in:
parent
d97c3b06de
commit
0df783b2fb
26 changed files with 2 additions and 70 deletions
|
@ -579,7 +579,7 @@ QEMU_BUILD_BUG_ON(offsetof(CPUState, neg) !=
|
|||
|
||||
static inline CPUArchState *cpu_env(CPUState *cpu)
|
||||
{
|
||||
/* We validate that CPUArchState follows CPUState in cpu-all.h. */
|
||||
/* We validate that CPUArchState follows CPUState in cpu-target.c */
|
||||
return (CPUArchState *)(cpu + 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue