mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 23:14:55 +00:00
Fix build failure for MIPS64 targets on 64-bit hosts.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4536 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
42388c4ba7
commit
95af5ce5e2
@ -159,6 +159,8 @@ void do_drotrv (void)
|
|||||||
T0 = T1;
|
T0 = T1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
|
||||||
|
|
||||||
void do_dclo (void)
|
void do_dclo (void)
|
||||||
{
|
{
|
||||||
T0 = clo64(T0);
|
T0 = clo64(T0);
|
||||||
@ -169,7 +171,6 @@ void do_dclz (void)
|
|||||||
T0 = clz64(T0);
|
T0 = clz64(T0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
|
|
||||||
#endif /* TARGET_MIPS64 */
|
#endif /* TARGET_MIPS64 */
|
||||||
|
|
||||||
/* 64 bits arithmetic for 32 bits hosts */
|
/* 64 bits arithmetic for 32 bits hosts */
|
||||||
|
Loading…
Reference in New Issue
Block a user