Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/arch/m68k/gen Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/b16d15c5464b
branches: trunk
changeset: 933922:b16d15c5464b
user: rin <rin%NetBSD.org@localhost>
date: Sun May 31 12:37:07 2020 +0000
description:
Fix typo in comment.
diffstat:
common/lib/libc/arch/m68k/gen/muldi3.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 375fde11f83f -r b16d15c5464b common/lib/libc/arch/m68k/gen/muldi3.S
--- a/common/lib/libc/arch/m68k/gen/muldi3.S Sun May 31 11:43:37 2020 +0000
+++ b/common/lib/libc/arch/m68k/gen/muldi3.S Sun May 31 12:37:07 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: muldi3.S,v 1.1 2020/05/31 11:43:37 rin Exp $ */
+/* $NetBSD: muldi3.S,v 1.2 2020/05/31 12:37:07 rin Exp $ */
/*
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <machine/asm.h>
-RCSID("$NetBSD: muldi3.S,v 1.1 2020/05/31 11:43:37 rin Exp $")
+RCSID("$NetBSD: muldi3.S,v 1.2 2020/05/31 12:37:07 rin Exp $")
| int64_t __muldi3(int64_t X, int64_t Y);
|
@@ -110,6 +110,6 @@
addl %d2, %d0 | E += C
addl %d3, %d0 | %d0 = E + F
- moveml (%sp)+, %d2-%d4 | pop %d2-%d6
+ moveml (%sp)+, %d2-%d4 | pop %d2-%d4
rts
END(__muldi3)
Home |
Main Index |
Thread Index |
Old Index