]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
More 32-bit build cleanups.
authorJulian Seward <jseward@acm.org>
Mon, 7 Feb 2005 00:20:43 +0000 (00:20 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 7 Feb 2005 00:20:43 +0000 (00:20 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@855

VEX/priv/host-amd64/isel.c

index 9c4dd4167c799ec071e4c669221a1a68751bc6ff..eb992733209a6be2f57717ce10617a2eb7cc6c5c 100644 (file)
@@ -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) 
                  )
    );