[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH] ds1225y: Fix compiler errors in debug code
|
From: |
Blue Swirl |
|
Subject: |
[Qemu-devel] Re: [PATCH] ds1225y: Fix compiler errors in debug code |
|
Date: |
Thu, 30 Sep 2010 19:37:34 +0000 |
On Thu, Sep 30, 2010 at 7:30 PM, Stefan Weil <address@hidden> 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.