]> git.proxmox.com Git - qemu.git/commit - tci.c
tci: GETPC() macro must return an uintptr_t
authorStefan Weil <sw@weilnetz.de>
Tue, 17 Apr 2012 17:22:39 +0000 (19:22 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 21 Apr 2012 13:28:28 +0000 (13:28 +0000)
commitc3ca04679e93a72635d6ef347886dbeba799b2d6
treef9a4a07f403b350a4c78a97e7fbf46a64b417081
parenta896d03bb5f70ed76b3e9e1acba864115cfb5e01
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>
exec-all.h
tci.c