summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-03-13 00:00:50 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-03-13 00:00:50 +0100
commit77fb300b26ffbf1fafa888e98d2a254dcf714a2e (patch)
tree7099437fe71b822ece0e9b6a97aacd8aea8ae34d
parentf3a43e35565d5f59e93503543295c0be4c9a9b14 (diff)
downloadgmp-77fb300b26ffbf1fafa888e98d2a254dcf714a2e.tar.gz
Whitespace cleanup.
-rw-r--r--mpn/x86_64/aorsmul_1.asm2
-rw-r--r--mpn/x86_64/mul_1.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpn/x86_64/aorsmul_1.asm b/mpn/x86_64/aorsmul_1.asm
index ad3cf5f69..d99fc29bc 100644
--- a/mpn/x86_64/aorsmul_1.asm
+++ b/mpn/x86_64/aorsmul_1.asm
@@ -77,7 +77,7 @@ IFDOS(``mov %rdx, %rsi '')
mov (up), %rax C read first u limb early
push %rbx
-IFSTD(` mov n_param, %rbx ') C move away n from rdx, mul uses it
+IFSTD(` mov n_param, %rbx ') C move away n from rdx, mul uses it
IFDOS(` mov n, %rbx ')
mul vl
IFSTD(` mov %rbx, n ')
diff --git a/mpn/x86_64/mul_1.asm b/mpn/x86_64/mul_1.asm
index 2f6e2c3b7..6c0b74ccb 100644
--- a/mpn/x86_64/mul_1.asm
+++ b/mpn/x86_64/mul_1.asm
@@ -78,7 +78,7 @@ IFDOS(``mov %rdx, %rsi '')
xor %r10, %r10
L(common):
mov (up), %rax C read first u limb early
-IFSTD(` mov n_param, %rbx ') C move away n from rdx, mul uses it
+IFSTD(` mov n_param, %rbx ') C move away n from rdx, mul uses it
IFDOS(` mov n, %rbx ')
mul vl
IFSTD(` mov %rbx, n ')