Commit d4461205 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Padlock engine fails to compile with -O0 -fPIC [from HEAD].

parent bb9d6848
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;				\
}