[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
Bill
isanbard at gmail.com
Thu Mar 8 15:38:34 PST 2007
On 3/8/07, Chris Lattner <clattner at apple.com> wrote:
> On Mar 8, 2007, at 3:27 PM, Bill Wendling wrote:
> > Changes in directory llvm/lib/ExecutionEngine/Interpreter:
> > Execution.cpp updated: 1.175 -> 1.176
> > ---
> > Log message:
> >
> > Don't use a cast. It causes an error on some platforms.
>
> std::hex is sticky. Please don't use it.
>
> I assume that this fails because memory is a pointer? If so, try
> casting to uintptr_t
>
What means you this "sticky"?
Done :-)
-bw
More information about the llvm-commits
mailing list