mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Revert "Remove remainders of HPPA backend"
This reverts commit d41f3c3cc7
.
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
d1c82f7cc3
commit
429b31a205
5 changed files with 2842 additions and 2 deletions
|
@ -2375,8 +2375,8 @@ struct target_flock {
|
|||
struct target_flock64 {
|
||||
short l_type;
|
||||
short l_whence;
|
||||
#if defined(TARGET_PPC) || defined(TARGET_X86_64) \
|
||||
|| defined(TARGET_MIPS) || defined(TARGET_SPARC) \
|
||||
#if defined(TARGET_PPC) || defined(TARGET_X86_64) || defined(TARGET_MIPS) \
|
||||
|| defined(TARGET_SPARC) || defined(TARGET_HPPA) \
|
||||
|| defined(TARGET_MICROBLAZE) || defined(TARGET_TILEGX)
|
||||
int __pad;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue