Remove branch prediction hint from conditional branch instruction.
authornaddy <naddy@openbsd.org>
Thu, 1 Jun 2017 12:14:48 +0000 (12:14 +0000)
committernaddy <naddy@openbsd.org>
Thu, 1 Jun 2017 12:14:48 +0000 (12:14 +0000)
commitac65b426516576844ee4eade46d47d7c1bf8702b
tree1849b4cc31e5fbb1f981cbe31232fd662c031a8a
parent84edde9b2b74d9b65c127f461c44a28348b22cc8
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@
lib/libc/arch/i386/SYS.h