mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Clean out the N32 macros from target-mips, and introduce MIPS ABI specific
defines for linux-user. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3556 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -2225,7 +2225,7 @@ int main(int argc, char **argv)
|
||||
|
||||
/* Choose and initialise CPU */
|
||||
if (cpu_model == NULL)
|
||||
#if defined(TARGET_MIPSN32) || defined(TARGET_MIPS64)
|
||||
#if defined(TARGET_ABI_MIPSN32) || defined(TARGET_ABI_MIPSN64)
|
||||
cpu_model = "20Kc";
|
||||
#else
|
||||
cpu_model = "24Kf";
|
||||
|
||||
Reference in New Issue
Block a user