diff options
Diffstat (limited to 'linux-user/ppc/syscall.h')
-rw-r--r-- | linux-user/ppc/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/ppc/syscall.h b/linux-user/ppc/syscall.h index bf6b21b2f6..30427f69e0 100644 --- a/linux-user/ppc/syscall.h +++ b/linux-user/ppc/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 */ }; /* |