Module Name:    src
Committed By:   bouyer
Date:           Sun Jun 21 16:53:37 UTC 2020

Modified Files:
        src/sys/arch/amd64/include: frameasm.h

Log Message:
Fix comment


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/amd64/include/frameasm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/include/frameasm.h
diff -u src/sys/arch/amd64/include/frameasm.h:1.50 src/sys/arch/amd64/include/frameasm.h:1.51
--- src/sys/arch/amd64/include/frameasm.h:1.50	Mon Jun  1 22:58:06 2020
+++ src/sys/arch/amd64/include/frameasm.h	Sun Jun 21 16:53:37 2020
@@ -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

Reply via email to