qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] EABI fcntl on x86_64


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] EABI fcntl on x86_64
Date: Mon, 19 Mar 2007 15:38:50 +0000
User-agent: KMail/1.9.5

On Monday 19 March 2007 15:30, Stuart Anderson wrote:
> When running ARM EABI binaries on x86_64, the target_eabi_flock64
> structure is already padded correct so the padding is not needed.
> This patch adds an #ifdef to only include the _pad member on 32-but
> hosts.

This is wrong. The struct is packed, so its layout should be independent of 
the host. How did you test your change? 

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]