Use 16-bit uid wrappers, by Magnus Damm.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 26 Apr 2007 23:49:45 +0000 (23:49 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 26 Apr 2007 23:49:45 +0000 (23:49 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2730 c046a42c-6fe2-441c-8c8c-71466251a162

linux-user/syscall.c

index 7f4f7716951753085f61a36f1f1a7574aeb86b0a..78d8dfaa8c9fd2796b5fbba25e5ab472da340780 100644 (file)
@@ -74,7 +74,7 @@
 //#define DEBUG
 
 #if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_SPARC) \
-    || defined(TARGET_M68K)
+    || defined(TARGET_M68K) || defined(TARGET_SH4)
 /* 16 bit uid wrappers emulation */
 #define USE_UID16
 #endif