r156490 broke the Win64 build. getHostCallReturnValue is now used but not implemented for Win64, which has no inline assembly capabilities. I based my assembly off the GCC assembly in JITOperations.cpp, and it works well enough to run sunspider. The Win64 test infrastructure still needs some improvements.
Created attachment 213026 [details] patch
r156670