diff options
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 */ }; /* |