commit | c3ca04679e93a72635d6ef347886dbeba799b2d6 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Tue Apr 17 19:22:39 2012 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Apr 21 13:28:28 2012 +0000 |
tree | f9a4a07f403b350a4c78a97e7fbf46a64b417081 | |
parent | a896d03bb5f70ed76b3e9e1acba864115cfb5e01 [diff] |
tci: GETPC() macro must return an uintptr_t Change the data type of tci_tb_ptr, so GETPC() returns an uintptr_t now (like for all other TCG targets). This completes commit 2050396801ca0c8359364d61eaadece951006057 and fixes builds with TCI. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>