CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2017/06/01 06:14:48
Modified files: lib/libc/arch/i386: SYS.h Log message: Remove branch prediction hint from conditional branch instruction. These hints are not recognized by clang's builtin assembler. >From the corresponding amd64 change. ok visa@ kettenis@