From: Niels Möller Date: Mon, 24 Jan 2022 18:49:52 +0000 (+0100) Subject: Move a comment. X-Git-Tag: nettle_3.8_release_20220602~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f7ae66e04b808aa04d6f1b01fc9be0cdb6d6a8;p=thirdparty%2Fnettle.git Move a comment. --- diff --git a/powerpc64/ecc-curve25519-modp.asm b/powerpc64/ecc-curve25519-modp.asm index 8d87eeaf..c2b611f0 100644 --- a/powerpc64/ecc-curve25519-modp.asm +++ b/powerpc64/ecc-curve25519-modp.asm @@ -37,7 +37,7 @@ ifelse(` define(`RP', `r4') define(`XP', `r5') -define(`U0', `r6') C Overlaps unused modulo input +define(`U0', `r6') define(`U1', `r7') define(`U2', `r8') define(`U3', `r9') @@ -45,7 +45,7 @@ define(`T0', `r10') define(`T1', `r11') define(`M', `r12') -define(`UN', r3) +define(`UN', r3) C Overlaps unused modulo input C void ecc_curve25519_modp (const struct ecc_modulo *p, mp_limb_t *rp, mp_limb_t *xp) .text