Padlock engine fails to compile with -O0 -fPIC.

This commit is contained in:
Andy Polyakov 2007-05-20 07:13:45 +00:00
parent 86d8f3ee19
commit 61775daf00

View File

@ -438,7 +438,7 @@ static inline void *name(size_t cnt, \
rep_xcrypt "\n" \ rep_xcrypt "\n" \
" popl %%ebx" \ " popl %%ebx" \
: "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \ : "=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"); \ : "edx", "cc", "memory"); \
return iv; \ return iv; \
} }