Add comment for default cpu model
This commit is contained in:
parent
64452e249d
commit
e5a2eae173
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue