linux-user: switch default ppc64 CPU to 970fx from 970

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Aurelien Jarno 2010-04-06 12:21:05 +02:00
parent a175b996b2
commit f7177937a2
1 changed files with 1 additions and 1 deletions

View File

@ -2788,7 +2788,7 @@ int main(int argc, char **argv, char **envp)
#endif #endif
#elif defined(TARGET_PPC) #elif defined(TARGET_PPC)
#ifdef TARGET_PPC64 #ifdef TARGET_PPC64
cpu_model = "970"; cpu_model = "970fx";
#else #else
cpu_model = "750"; cpu_model = "750";
#endif #endif