diff options
author | mmcc <> | 2015-12-24 05:50:16 +0000 |
---|---|---|
committer | mmcc <> | 2015-12-24 05:50:16 +0000 |
commit | f622511e72fa38c7966f438ea21b03653fb37df8 (patch) | |
tree | 920d7b9360bda0596d65dd20dc8ab0cb29f39539 /src/lib/libcrypto/bn | |
parent | 8f57c52be99f456ce0a54bc32950ca38af772970 (diff) | |
download | openbsd-f622511e72fa38c7966f438ea21b03653fb37df8.tar.gz openbsd-f622511e72fa38c7966f438ea21b03653fb37df8.tar.bz2 openbsd-f622511e72fa38c7966f438ea21b03653fb37df8.zip |
More adress -> address
Diffstat (limited to 'src/lib/libcrypto/bn')
-rw-r--r-- | src/lib/libcrypto/bn/asm/sparcv8plus.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/sparcv8plus.S b/src/lib/libcrypto/bn/asm/sparcv8plus.S index 608dbe1571..02ad6069c2 100644 --- a/src/lib/libcrypto/bn/asm/sparcv8plus.S +++ b/src/lib/libcrypto/bn/asm/sparcv8plus.S | |||
@@ -71,7 +71,7 @@ | |||
71 | * | 71 | * |
72 | * Q. 64-bit registers under 32-bit kernels? Didn't you just say it | 72 | * Q. 64-bit registers under 32-bit kernels? Didn't you just say it |
73 | * doesn't work? | 73 | * doesn't work? |
74 | * A. You can't adress *all* registers as 64-bit wide:-( The catch is | 74 | * A. You can't address *all* registers as 64-bit wide:-( The catch is |
75 | * that you actually may rely upon %o0-%o5 and %g1-%g4 being fully | 75 | * that you actually may rely upon %o0-%o5 and %g1-%g4 being fully |
76 | * preserved if you're in a leaf function, i.e. such never calling | 76 | * preserved if you're in a leaf function, i.e. such never calling |
77 | * any other functions. All functions in this module are leaf and | 77 | * any other functions. All functions in this module are leaf and |