K 10 svn:author V 6 andrew K 8 svn:date V 27 2013-07-05T20:21:59.911756Z K 7 svn:log V 367 Fix the build with gcc. Gcc outputs pre-UAL asm and expects the ldcl instruction with a condition in the form ldcl, where the code produces the instruction in the UAL form ldcl. Work around this by checking if we are using clang or gcc and adjusting the instruction. While here correct the cmp instruction's value to include the # before the immediate value. END