diff options
| author | blueswir1 | 2007-10-14 18:27:31 +0200 |
|---|---|---|
| committer | blueswir1 | 2007-10-14 18:27:31 +0200 |
| commit | 992f48a036cccf7101e31bf3e5d901ce5320e886 (patch) | |
| tree | 5b7931bab0c9d92c266f87c0457b864cdd8b256b /linux-user/ppc64/syscall.h | |
| parent | Properly implement non-execute bit on PowerPC segments and PTEs. (diff) | |
| download | qemu-992f48a036cccf7101e31bf3e5d901ce5320e886.tar.gz qemu-992f48a036cccf7101e31bf3e5d901ce5320e886.tar.xz qemu-992f48a036cccf7101e31bf3e5d901ce5320e886.zip | |
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3396 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/ppc64/syscall.h')
| -rw-r--r-- | linux-user/ppc64/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/ppc64/syscall.h b/linux-user/ppc64/syscall.h index c47e58a95f..bdb1a07daa 100644 --- a/linux-user/ppc64/syscall.h +++ b/linux-user/ppc64/syscall.h @@ -44,7 +44,7 @@ struct target_pt_regs { /* ioctls */ struct target_revectored_struct { - target_ulong __map[8]; /* 256 bits */ + abi_ulong __map[8]; /* 256 bits */ }; /* |
