Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
software: fix broken OR1K inline assembly.
The "K" constraint accepts a 16-bit immediate. It worked by accident inside an inline function in GCC and Clang 3.5, but not newer versions of Clang.