Am 06.02.2010 um 17:15 schrieb Aurelien Jarno :
On Thu, Jan 14, 2010 at 06:04:25PM +0100, Alexander Graf wrote:
On 14.01.2010, at 18:02, Aurelien Jarno wrote:
On Thu, Jan 14, 2010 at 04:19:31PM +0100, Alexander Graf wrote:
On 14.01.2010, at 16:13, Aurelien Jarno wrote:
On Fri, Jan 01, 2
On Thu, Jan 14, 2010 at 06:04:25PM +0100, Alexander Graf wrote:
>
> On 14.01.2010, at 18:02, Aurelien Jarno wrote:
>
> > On Thu, Jan 14, 2010 at 04:19:31PM +0100, Alexander Graf wrote:
> >>
> >> On 14.01.2010, at 16:13, Aurelien Jarno wrote:
> >>
> >>> On Fri, Jan 01, 2010 at 04:41:06PM +0100,
On 14.01.2010, at 18:02, Aurelien Jarno wrote:
> On Thu, Jan 14, 2010 at 04:19:31PM +0100, Alexander Graf wrote:
>>
>> On 14.01.2010, at 16:13, Aurelien Jarno wrote:
>>
>>> On Fri, Jan 01, 2010 at 04:41:06PM +0100, Alexander Graf wrote:
The recent transition to always have the DCR helper f
On Thu, Jan 14, 2010 at 04:19:31PM +0100, Alexander Graf wrote:
>
> On 14.01.2010, at 16:13, Aurelien Jarno wrote:
>
> > On Fri, Jan 01, 2010 at 04:41:06PM +0100, Alexander Graf wrote:
> >> The recent transition to always have the DCR helper functions take 32 bit
> >> values broke the PPC64 targe
On 14.01.2010, at 16:13, Aurelien Jarno wrote:
> On Fri, Jan 01, 2010 at 04:41:06PM +0100, Alexander Graf wrote:
>> The recent transition to always have the DCR helper functions take 32 bit
>> values broke the PPC64 target, as tlong became 64 bits there.
>>
>> This patch moves all translate.c ca
On Fri, Jan 01, 2010 at 04:41:06PM +0100, Alexander Graf wrote:
> The recent transition to always have the DCR helper functions take 32 bit
> values broke the PPC64 target, as tlong became 64 bits there.
>
> This patch moves all translate.c callers to a _tl function that simply
> calls the uint32_
Alexander Graf schrieb:
> The recent transition to always have the DCR helper functions take 32 bit
> values broke the PPC64 target, as tlong became 64 bits there.
>
> This patch moves all translate.c callers to a _tl function that simply
> calls the uint32_t functions. That way we don't need to me