mirror of https://github.com/xemu-project/xemu.git
Use 16-bit uid wrappers, by Magnus Damm.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2730 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8bf5a80475
commit
56e0794aa7
|
@ -74,7 +74,7 @@
|
||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
#if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_SPARC) \
|
#if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_SPARC) \
|
||||||
|| defined(TARGET_M68K)
|
|| defined(TARGET_M68K) || defined(TARGET_SH4)
|
||||||
/* 16 bit uid wrappers emulation */
|
/* 16 bit uid wrappers emulation */
|
||||||
#define USE_UID16
|
#define USE_UID16
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue