mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-14 06:46:00 -06:00
target/hppa: Remove duplicated CPU_RESOLVING_TYPE definition
The CPU_RESOLVING_TYPE definition was added in commit0dacec874f("cpu: add CPU_RESOLVING_TYPE macro"), but then added again in commitd3ae32d4d2. Remove the duplication. Fixes:d3ae32d4d2("target/hppa: Implement cpu_list") Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250321184200.4329-1-philmd@linaro.org>
This commit is contained in:
parent
04e99f9eb7
commit
fb5bc76cae
1 changed files with 0 additions and 2 deletions
|
|
@ -391,6 +391,4 @@ void hppa_cpu_alarm_timer(void *);
|
|||
#endif
|
||||
G_NORETURN void hppa_dynamic_excp(CPUHPPAState *env, int excp, uintptr_t ra);
|
||||
|
||||
#define CPU_RESOLVING_TYPE TYPE_HPPA_CPU
|
||||
|
||||
#endif /* HPPA_CPU_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue