diff options
Diffstat (limited to 'src/lib/libcrypto/aes/asm/aes-mips.pl')
-rw-r--r-- | src/lib/libcrypto/aes/asm/aes-mips.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/aes/asm/aes-mips.pl b/src/lib/libcrypto/aes/asm/aes-mips.pl index 2f6ff74ffe..b95d1afd5a 100644 --- a/src/lib/libcrypto/aes/asm/aes-mips.pl +++ b/src/lib/libcrypto/aes/asm/aes-mips.pl | |||
@@ -106,7 +106,7 @@ my ($i0,$i1,$i2,$i3)=($at,$t0,$t1,$t2); | |||
106 | my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23)); | 106 | my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23)); |
107 | my ($key0,$cnt)=($gp,$fp); | 107 | my ($key0,$cnt)=($gp,$fp); |
108 | 108 | ||
109 | # instuction ordering is "stolen" from output from MIPSpro assembler | 109 | # instruction ordering is "stolen" from output from MIPSpro assembler |
110 | # invoked with -mips3 -O3 arguments... | 110 | # invoked with -mips3 -O3 arguments... |
111 | $code.=<<___; | 111 | $code.=<<___; |
112 | .align 5 | 112 | .align 5 |