r156184 broke the Win64 build because of a bug in Visual Studio similar to http://stackoverflow.com/questions/8684583/template-specialization-works-with-g-but-not-with-visual-c A simple workaround is to name setupTwoStubArgs either setupTwoStubArgsGFR or setupTwoStubArgsFPR instead of sharing the name for the overloaded template function.
Created attachment 212765 [details] Patch
By the way, this didn't break the Win32 build because the second one is protected by #if CPU(X86_64), so Visual Studio did not see an overloaded template function with different enum types, which makes the Visual Studio bug cause a compile error.
Comment on attachment 212765 [details] Patch Clearing flags on attachment: 212765 Committed r156559: <http://trac.webkit.org/changeset/156559>
All reviewed patches have been landed. Closing bug.