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

This commit is contained in:
kre 2018-11-19 15:43:32 +00:00
parent 189a6ae437
commit b1b9949ad0
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ struct intrframe {
/*
* 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
/*