K 10 svn:author V 3 kan K 8 svn:date V 27 2017-04-07T22:58:20.526776Z K 7 svn:log V 370 Do not use b.cs instruction to jump to cerror. The conditional jump can only be performed to targets up to 1MB in either direction and does not work too well when linker places cerror further that that from the caller. In that case linker will complain about relocation overflows. Reviewed by: emaste, andrew Differential Revision: https://reviews.freebsd.org/D10305 END