Skip to content

Commit

Permalink
crc32-vpmsum: Restore non volatile registers on zero length CRC
Browse files Browse the repository at this point in the history
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: antonblanchard/crc32-vpmsum@aaf0ac4

Signed-off-by: Anton Blanchard <anton@samba.org>
  • Loading branch information
antonblanchard authored and Sergey Vojtovich committed Aug 5, 2016
1 parent a2c826b commit c82bc56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extra/crc32-vpmsum/crc32.iS
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ FUNC_START(__F)

.Lzero:
mr r3,r10
blr
b .Lout

FUNC_END(__F)
Expand Down

0 comments on commit c82bc56

Please sign in to comment.