summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn')
-rw-r--r--src/lib/libcrypto/bn/asm/sparcv8plus.S2
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