From: Julian Seward Date: Mon, 7 Feb 2005 00:20:43 +0000 (+0000) Subject: More 32-bit build cleanups. X-Git-Tag: svn/VALGRIND_3_0_1^2~479 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d551741ea9d553545493c5a8a5d06be007bdf70;p=thirdparty%2Fvalgrind.git More 32-bit build cleanups. git-svn-id: svn://svn.valgrind.org/vex/trunk@855 --- diff --git a/VEX/priv/host-amd64/isel.c b/VEX/priv/host-amd64/isel.c index 9c4dd4167c..eb99273320 100644 --- a/VEX/priv/host-amd64/isel.c +++ b/VEX/priv/host-amd64/isel.c @@ -545,7 +545,7 @@ void doHelperCall ( ISelEnv* env, /* Finally, the call itself. */ addInstr(env, AMD64Instr_Call( cc, - (ULong)cee->addr, + Ptr_to_ULong(cee->addr), n_args + (passBBP ? 1 : 0) ) );