[llvm-commits] [llvm] r62553 - in /llvm/trunk: autoconf/configure.ac lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp

Duncan Sands baldrick at free.fr
Tue Jan 20 13:21:06 PST 2009


On Tuesday 20 January 2009 19:38:16 Alexei Svitkine wrote:
> I just realised I made a small typo in the patch.
> 
> Line 152 of ExternalFunctions.cpp should be:
> 
>       *FloatPtr = AV.FloatVal;
> 
> instead of:
> 
>       *FloatPtr = AV.DoubleVal;
> 
> Someone please fix this. Thanks!

Done (r62616).  Thanks for the fix!

Ciao,

Duncan.



More information about the llvm-commits mailing list