Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include Fix comment



details:   https://anonhg.NetBSD.org/src/rev/04f44f42afa8
branches:  trunk
changeset: 934979:04f44f42afa8
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Jun 21 16:53:37 2020 +0000

description:
Fix comment

diffstat:

 sys/arch/amd64/include/frameasm.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 932f1aede777 -r 04f44f42afa8 sys/arch/amd64/include/frameasm.h
--- a/sys/arch/amd64/include/frameasm.h Sun Jun 21 16:33:34 2020 +0000
+++ b/sys/arch/amd64/include/frameasm.h Sun Jun 21 16:53:37 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: frameasm.h,v 1.50 2020/06/01 22:58:06 ad Exp $ */
+/*     $NetBSD: frameasm.h,v 1.51 2020/06/21 16:53:37 bouyer Exp $     */
 
 #ifndef _AMD64_MACHINE_FRAMEASM_H
 #define _AMD64_MACHINE_FRAMEASM_H
@@ -48,7 +48,7 @@
 #define STI(temp_reg) sti
 #define PUSHF(temp_reg) pushf
 #define POPL popl
-#endif /* XEN */
+#endif /* XENPV */
 
 #define HP_NAME_CLAC           1
 #define HP_NAME_STAC           2



Home | Main Index | Thread Index | Old Index