Commit 56e0794aa7260d6ca0cd553a877dff19bfe83126

Authored by ths
1 parent 8bf5a804

Use 16-bit uid wrappers, by Magnus Damm.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2730 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
linux-user/syscall.c
... ... @@ -74,7 +74,7 @@
74 74 //#define DEBUG
75 75  
76 76 #if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_SPARC) \
77   - || defined(TARGET_M68K)
  77 + || defined(TARGET_M68K) || defined(TARGET_SH4)
78 78 /* 16 bit uid wrappers emulation */
79 79 #define USE_UID16
80 80 #endif
... ...