Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/i386 mismatched END pointed out by maxv@



details:   https://anonhg.NetBSD.org/src/rev/aa9e1f3d885c
branches:  trunk
changeset: 933582:aa9e1f3d885c
user:      ad <ad%NetBSD.org@localhost>
date:      Wed May 27 20:49:14 2020 +0000

description:
mismatched END pointed out by maxv@

diffstat:

 sys/arch/i386/i386/cpufunc.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r f69c8fe5f5f2 -r aa9e1f3d885c sys/arch/i386/i386/cpufunc.S
--- a/sys/arch/i386/i386/cpufunc.S      Wed May 27 20:48:42 2020 +0000
+++ b/sys/arch/i386/i386/cpufunc.S      Wed May 27 20:49:14 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.S,v 1.43 2020/05/27 19:33:40 ad Exp $  */
+/*     $NetBSD: cpufunc.S,v 1.44 2020/05/27 20:49:14 ad Exp $  */
 
 /*-
  * Copyright (c) 1998, 2007, 2020 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 #include <sys/errno.h>
 
 #include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.43 2020/05/27 19:33:40 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.44 2020/05/27 20:49:14 ad Exp $");
 
 #include "opt_xen.h"
 
@@ -341,4 +341,4 @@
        movsl
        leave
        ret
-END(x86_stos)
+END(x86_movs)



Home | Main Index | Thread Index | Old Index