K 10 svn:author V 6 grehan K 8 svn:date V 27 2012-11-06T02:43:41.377474Z K 7 svn:log V 426 Fix issue found with clang build. Avoid code insertion by the compiler between inline asm statements that would in turn modify the flags value set by the first asm, and used by the second. Solve by making the common error block a string that can be pulled into the first inline asm, and using symbolic labels for asm variables. bhyve can now build/run fine when compiled with clang. Reviewed by: neel Obtained from: NetApp END