Add comment for default cpu model

This commit is contained in:
lazymio 2021-11-04 19:22:50 +01:00
parent 64452e249d
commit e5a2eae173
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ SPARCCPU *cpu_sparc_init(struct uc_struct *uc)
#ifdef TARGET_SPARC64
uc->cpu_model = 11; // Sun UltraSparc IV
#else
uc->cpu_model = 12;
uc->cpu_model = 12; // Leon 3
#endif
} else if (uc->cpu_model >= ARRAY_SIZE(sparc_defs)) {
free(cpu);