e_padlock.c: fix typo.

This commit is contained in:
Andy Polyakov 2011-05-25 10:02:20 +00:00
parent 6a99984b57
commit 87f6b97e89

View File

@ -540,7 +540,7 @@ static inline void *name(size_t cnt, \
" leaq 16(%0),%%rdx\n" \
" leaq 32(%0),%%rbx\n" \
rep_xcrypt "\n" \
" movq %%rbx,%4" \
" movq %4,%%rbx" \
: "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp), "=&r"(scratch) \
: "0"(cdata), "1"(cnt), "2"(out), "3"(inp) \
: "rdx", "cc", "memory"); \