[Qemu-devel] Re: [PATCH] ds1225y: Fix compiler errors in debug code

2010-09-30 Thread Stefan Weil
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

[Qemu-devel] Re: [PATCH] ds1225y: Fix compiler errors in debug code

2010-09-30 Thread 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 hold typical nvram addresses).

[Qemu-devel] Re: [PATCH] ds1225y: Fix compiler errors in debug code

2010-09-30 Thread Stefan Weil
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

[Qemu-devel] Re: [PATCH] ds1225y: Fix compiler errors in debug code

2010-09-30 Thread 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.