From: ths Date: Thu, 26 Apr 2007 23:49:45 +0000 (+0000) Subject: Use 16-bit uid wrappers, by Magnus Damm. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=56e0794aa7260d6ca0cd553a877dff19bfe83126;p=qemu.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 --- 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