qemu-devel
[Top][All Lists]
Advanced

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

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


From: Stefan Weil
Subject: [Qemu-devel] Re: [PATCH] ds1225y: Fix compiler errors in debug code
Date: Thu, 30 Sep 2010 21:55:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100913 Iceowl/1.0b1 Icedove/3.0.7

Am 30.09.2010 21:37, schrieb Blue Swirl:
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.


addr is typically less than 8192 (size of nvram).

TARGET_FMT_plx displays addr using 16 hex characters
when the target has 64 bit addresses. That's correct but
does not look pretty.

Do you prefer TARGET_FMT_plx nevertheless?





reply via email to

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