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 editing screwup in previous... ...



details:   https://anonhg.NetBSD.org/src/rev/0cda376a6786
branches:  trunk
changeset: 445989:0cda376a6786
user:      kre <kre%NetBSD.org@localhost>
date:      Mon Nov 19 15:43:32 2018 +0000

description:
Fix editing screwup in previous...   noted by Rin Okuyama (thanks!)

diffstat:

 sys/arch/amd64/include/frame.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 87e9fa2334cc -r 0cda376a6786 sys/arch/amd64/include/frame.h
--- a/sys/arch/amd64/include/frame.h    Mon Nov 19 13:54:15 2018 +0000
+++ b/sys/arch/amd64/include/frame.h    Mon Nov 19 15:43:32 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: frame.h,v 1.19 2018/11/19 10:05:09 kre Exp $   */
+/*     $NetBSD: frame.h,v 1.20 2018/11/19 15:43:32 kre Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -101,8 +101,8 @@
 /*
  * Need arch independany way to access IP and CS from intrframe
  */
-#define        _INTRFRAME_IP   if_tf.tf_cs
-#define        _INTRFRAME_CS   if_tf.tf_rip
+#define        _INTRFRAME_CS   if_tf.tf_cs
+#define        _INTRFRAME_IP   if_tf.tf_rip
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index