Home
last modified time | relevance | path

Searched hist:"2050396801 ca0c8359364d61eaadece951006057" (Results 1 – 2 of 2) sorted by relevance

/qemu/tcg/
H A Dtci.cc3ca04679e93a72635d6ef347886dbeba799b2d6 Tue Apr 17 17:22:39 UTC 2012 Stefan Weil <sw@weilnetz.de> 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>
/qemu/include/exec/
H A Dcpu-defs.h2050396801ca0c8359364d61eaadece951006057 Mon Apr 09 14:20:20 UTC 2012 Blue Swirl <blauwirbel@gmail.com> Use uintptr_t for various op related functions

Use uintptr_t instead of void * or unsigned long in
several op related functions, env->mem_io_pc and
GETPC() macro.

Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>