Stefan Weil ec4936e1a4 pseries: Fix compiler warning (conversion of pointer to integral value)
This kind of type cast must use uintptr_t or target_ulong to be portable
for hosts with sizeof(void *) != sizeof(long).

Here the value is assigned to a variable of type target_ulong.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
[agraf: fix compilation on 32bit hosts]
Signed-off-by: Alexander Graf <agraf@suse.de>
2013-07-01 01:11:16 +02:00
..
2013-06-25 19:15:46 +01:00
2013-05-01 13:06:07 +02:00
2013-06-20 16:39:52 +02:00
2013-04-19 11:36:33 +02:00
2013-06-07 14:55:33 +02:00
2013-06-07 12:14:45 +02:00
2013-06-07 14:55:33 +02:00
2013-04-20 17:54:52 +00:00
2013-05-01 20:55:21 +04:00
2013-04-08 18:13:10 +02:00
2013-06-02 18:13:37 +03:00
2013-06-02 18:13:37 +03:00
2013-06-20 16:39:52 +02:00
2013-06-21 22:52:50 +04:00
2013-06-02 18:14:02 +03:00
2013-06-07 14:55:25 +02:00
2013-06-07 14:55:33 +02:00
2013-06-24 08:41:07 +02:00