Padlock engine fails to compile with -O0 -fPIC [from HEAD].
This commit is contained in:
parent
b2acf7a572
commit
33d0ef8fde
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ static inline void *name(size_t cnt, \
|
|||
rep_xcrypt "\n" \
|
||||
" popl %%ebx" \
|
||||
: "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \
|
||||
: "0"(cdata), "1"(cnt), "2"(out), "3"(inp), "m"(*cdata) \
|
||||
: "0"(cdata), "1"(cnt), "2"(out), "3"(inp) \
|
||||
: "edx", "cc", "memory"); \
|
||||
return iv; \
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue