Skip to content

Commit

Permalink
alpha-mont.pl: comply with stack alignment requirement [from HEAD].
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Polyakov committed Apr 10, 2010
1 parent 4ffd2ad commit b620447
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crypto/bn/asm/alpha-mont.pl
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
.align 5
.ent bn_mul_mont
bn_mul_mont:
lda sp,-40(sp)
lda sp,-48(sp)
stq ra,0(sp)
stq s3,8(sp)
stq s4,16(sp)
stq s5,24(sp)
stq fp,32(sp)
mov sp,fp
.mask 0x0400f000,-40
.frame fp,40,ra
.mask 0x0400f000,-48
.frame fp,48,ra
.prologue 0
.align 4
Expand Down Expand Up @@ -306,7 +306,7 @@
ldq s4,16(sp)
ldq s5,24(sp)
ldq fp,32(sp)
lda sp,40(sp)
lda sp,48(sp)
ret (ra)
.end bn_mul_mont
.rdata
Expand Down

0 comments on commit b620447

Please sign in to comment.