SPARC T4 DES support: fix typo.

(cherry picked from commit 8ee3c7e676c5edb1d5fbe0d66b7ce307a4f92899)
This commit is contained in:
Andy Polyakov 2013-06-18 10:42:08 +02:00
parent 03c8441b14
commit e7f9c08ab8

View File

@ -172,10 +172,10 @@ des_t4_cbc_encrypt:
! in inp==out case
faligndata %f0, %f0, %f2 ! handle unaligned output
stda %f8, [$out + $omask]0xc0 ! partial store
stda %f2, [$out + $omask]0xc0 ! partial store
add $out, 8, $out
orn %g0, $omask, $omask
stda %f8, [$out + $omask]0xc0 ! partial store
stda %f2, [$out + $omask]0xc0 ! partial store
brnz,pt $len, .Ldes_cbc_enc_loop+4
orn %g0, $omask, $omask