summary refs log tree commit diff stats
path: root/linux-user/syscall.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-26 23:49:45 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-26 23:49:45 +0000
commit56e0794aa7260d6ca0cd553a877dff19bfe83126 (patch)
tree01396147bc3a8eda80f1f2b048f142cac7336c1d /linux-user/syscall.c
parent8bf5a8047549eb589e09b8bb6fab47673d372e03 (diff)
downloadfocaccia-qemu-56e0794aa7260d6ca0cd553a877dff19bfe83126.tar.gz
focaccia-qemu-56e0794aa7260d6ca0cd553a877dff19bfe83126.zip
Use 16-bit uid wrappers, by Magnus Damm.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2730 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/syscall.c')
-rw-r--r--linux-user/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 7f4f771695..78d8dfaa8c 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -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