Add comment for default cpu model
This commit is contained in:
@ -527,7 +527,7 @@ SPARCCPU *cpu_sparc_init(struct uc_struct *uc)
|
|||||||
#ifdef TARGET_SPARC64
|
#ifdef TARGET_SPARC64
|
||||||
uc->cpu_model = 11; // Sun UltraSparc IV
|
uc->cpu_model = 11; // Sun UltraSparc IV
|
||||||
#else
|
#else
|
||||||
uc->cpu_model = 12;
|
uc->cpu_model = 12; // Leon 3
|
||||||
#endif
|
#endif
|
||||||
} else if (uc->cpu_model >= ARRAY_SIZE(sparc_defs)) {
|
} else if (uc->cpu_model >= ARRAY_SIZE(sparc_defs)) {
|
||||||
free(cpu);
|
free(cpu);
|
||||||
|
Reference in New Issue
Block a user