K 10 svn:author V 4 tijl K 8 svn:date V 27 2013-10-18T07:45:48.643171Z K 7 svn:log V 413 Fix build on i386 with clang. Some inline asm requires 7 registers but only 6 are available because clang assumes the stack is 4-byte aligned and there's a local variable that requires 16-byte alignment so the stack has to be realigned which requires one register to be used as frame pointer. PR: ports/180564 Submitted by: dt71@gmx.com Approved by: Thomas Zander (maintainer) END