diff options
| author | ths | 2007-04-27 01:49:45 +0200 |
|---|---|---|
| committer | ths | 2007-04-27 01:49:45 +0200 |
| commit | 56e0794aa7260d6ca0cd553a877dff19bfe83126 (patch) | |
| tree | 01396147bc3a8eda80f1f2b048f142cac7336c1d /linux-user | |
| parent | Fix opcode for sts.l fpul/cpscr, by Magnus Damm. (diff) | |
| download | qemu-56e0794aa7260d6ca0cd553a877dff19bfe83126.tar.gz qemu-56e0794aa7260d6ca0cd553a877dff19bfe83126.tar.xz 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')
| -rw-r--r-- | linux-user/syscall.c | 2 |
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 |
