Padlock engine fails to compile with -O0 -fPIC.
This commit is contained in:
parent
86d8f3ee19
commit
61775daf00
@ -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; \
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user