On 03/24/12 14:25, Stefan Weil wrote: > v2: > Fix signature of tb_find_pc in exec.c, too (hint from Blue Swirl, thanks). > There remain lots of other long / unsigned long in exec.c which must be > replaced by uintptr_t. This will be done in a separate patch. Here > only one of these type casts is fixed. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > exec-all.h | 33 ++++++++++++++++----------------- > exec.c | 4 ++-- > translate-all.c | 6 +++--- > 3 files changed, 21 insertions(+), 22 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~