mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06: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:
parent
5850586c07
commit
d26bc2118e
13 changed files with 75 additions and 73 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue