提交 87f6b97e 编写于 作者: A Andy Polyakov

e_padlock.c: fix typo.

上级 6a99984b
......@@ -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"); \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册