Am 30.09.2010 22:09, schrieb Blue Swirl:
On Thu, Sep 30, 2010 at 7:55 PM, Stefan Weil wrote:
Am 30.09.2010 21:37, schrieb Blue Swirl:
On Thu, Sep 30, 2010 at 7:30 PM, Stefan Weil
wrote:
TARGET_FMT_lx is not allowed here, so use type casts to unsigned
(which should be large enough to hol
On Thu, Sep 30, 2010 at 7:55 PM, Stefan Weil wrote:
> Am 30.09.2010 21:37, schrieb Blue Swirl:
>>
>> On Thu, Sep 30, 2010 at 7:30 PM, Stefan Weil wrote:
>>
>>>
>>> TARGET_FMT_lx is not allowed here, so use type casts to unsigned
>>> (which should be large enough to hold typical nvram addresses).
Am 30.09.2010 21:37, schrieb Blue Swirl:
On Thu, Sep 30, 2010 at 7:30 PM, Stefan Weil wrote:
TARGET_FMT_lx is not allowed here, so use type casts to unsigned
(which should be large enough to hold typical nvram addresses).
The correct format is TARGET_FMT_plx.
addr is typically
On Thu, Sep 30, 2010 at 7:30 PM, Stefan Weil wrote:
> TARGET_FMT_lx is not allowed here, so use type casts to unsigned
> (which should be large enough to hold typical nvram addresses).
The correct format is TARGET_FMT_plx.