Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Reformat a little. Add m68k quirk
details: https://anonhg.NetBSD.org/src/rev/cd4159888d40
branches: trunk
changeset: 794029:cd4159888d40
user: matt <matt%NetBSD.org@localhost>
date: Tue Mar 04 03:24:03 2014 +0000
description:
Reformat a little. Add m68k quirk
diffstat:
sys/sys/syscallvar.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 32f967bbb527 -r cd4159888d40 sys/sys/syscallvar.h
--- a/sys/sys/syscallvar.h Tue Mar 04 03:20:49 2014 +0000
+++ b/sys/sys/syscallvar.h Tue Mar 04 03:24:03 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscallvar.h,v 1.8 2013/06/29 16:50:51 rmind Exp $ */
+/* $NetBSD: syscallvar.h,v 1.9 2014/03/04 03:24:03 matt Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -72,10 +72,10 @@
(sy->sy_flags & SYCALL_INDIRECT) == 0;
int error;
- if (__predict_true(!do_trace) || (error = trace_enter(code, uap,
- sy->sy_narg)) == 0) {
+ if (__predict_true(!do_trace)
+ || (error = trace_enter(code, uap, sy->sy_narg)) == 0) {
rval[0] = 0;
-#if !defined(__mips__)
+#if !defined(__mips__) && !defined(__m68k__)
/*
* Due to the mips userland code for SYS_break needing v1 to be
* preserved, we can't clear this on mips.
Home |
Main Index |
Thread Index |
Old Index