diff options
author | Andy Polyakov <appro@openssl.org> | 2006-05-03 14:07:34 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2006-05-03 14:07:34 +0000 |
commit | c09a0318b7b8dd501de52e332b38c748b36a869d (patch) | |
tree | 217251637431d8b3cb7520cb3920a806c6f4a7cd /crypto/bn/asm/ppc-mont.pl | |
parent | fe716ba686a9fa06c400d2073437f797ee34c5cb (diff) | |
download | openssl-new-c09a0318b7b8dd501de52e332b38c748b36a869d.tar.gz |
Minor PPC assembler updates.
Diffstat (limited to 'crypto/bn/asm/ppc-mont.pl')
-rw-r--r-- | crypto/bn/asm/ppc-mont.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/asm/ppc-mont.pl b/crypto/bn/asm/ppc-mont.pl index 8a260212b7..e9149c98cf 100644 --- a/crypto/bn/asm/ppc-mont.pl +++ b/crypto/bn/asm/ppc-mont.pl @@ -98,6 +98,7 @@ $nlo="r25"; $nhi="r0"; $code=<<___; +.machine any .text .globl .bn_mul_mont |