mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/hppa: Implement cpu_list
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
9cf2112be4
commit
d3ae32d4d2
2 changed files with 29 additions and 0 deletions
|
@ -396,4 +396,9 @@ int hppa_artype_for_page(CPUHPPAState *env, target_ulong vaddr);
|
|||
#endif
|
||||
G_NORETURN void hppa_dynamic_excp(CPUHPPAState *env, int excp, uintptr_t ra);
|
||||
|
||||
#define CPU_RESOLVING_TYPE TYPE_HPPA_CPU
|
||||
|
||||
#define cpu_list hppa_cpu_list
|
||||
void hppa_cpu_list(void);
|
||||
|
||||
#endif /* HPPA_CPU_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue