Commit c82bc561 authored by Anton Blanchard's avatar Anton Blanchard Committed by Sergey Vojtovich

crc32-vpmsum: Restore non volatile registers on zero length CRC

This is never hit in practice, because the wrapper code catches it,
but fix the zero length exit to restore all the non volatile registers.

From: https://github.com/antonblanchard/crc32-vpmsum/commit/aaf0ac48a401abfaa0ad2d520be755e66c1e2e95Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
parent a2c826b6
......@@ -727,7 +727,6 @@ FUNC_START(__F)
.Lzero:
mr r3,r10
blr
b .Lout
FUNC_END(__F)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment