Support changing cpu model for sparc

This commit is contained in:
2021-11-04 19:22:08 +01:00
parent b0280f5e55
commit 64452e249d
4 changed files with 17 additions and 23 deletions

View File

@@ -815,6 +815,6 @@ static inline bool tb_am_enabled(int tb_flags)
#endif
}
SPARCCPU *cpu_sparc_init(struct uc_struct *uc, const char *cpu_model);
SPARCCPU *cpu_sparc_init(struct uc_struct *uc);
#endif