Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 regen



details:   https://anonhg.NetBSD.org/src/rev/a761f7fdb2fe
branches:  trunk
changeset: 961263:a761f7fdb2fe
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 13 23:57:23 2021 +0000

description:
regen

diffstat:

 sys/compat/netbsd32/netbsd32_systrace_args.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r fa429fa05f50 -r a761f7fdb2fe sys/compat/netbsd32/netbsd32_systrace_args.c
--- a/sys/compat/netbsd32/netbsd32_systrace_args.c      Tue Apr 13 22:46:13 2021 +0000
+++ b/sys/compat/netbsd32/netbsd32_systrace_args.c      Tue Apr 13 23:57:23 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: netbsd32_systrace_args.c,v 1.45 2020/10/10 00:03:53 rin Exp $ */
+/* $NetBSD: netbsd32_systrace_args.c,v 1.46 2021/04/13 23:57:23 christos Exp $ */
 
 /*
- * System call argument to DTrace register array converstion.
+ * System call argument to DTrace register array conversion.
  *
  * DO NOT EDIT-- this file is automatically generated.
  * This file is part of the DTrace syscall provider.
@@ -16,7 +16,7 @@
        case 0: {
                const struct netbsd32_syscall_args *p = params;
                iarg[0] = SCARG(p, code); /* int */
-               iarg[1] = SCARG(p, args[NETBSD32_SYS_MAXSYSARGS]); /* register32_t */
+               uarg[1] = (intptr_t) SCARG(p, args); /* register32_t */
                *n_args = 2;
                break;
        }
@@ -1412,7 +1412,7 @@
        case 198: {
                const struct netbsd32____syscall_args *p = params;
                iarg[0] = SCARG(p, code); /* quad_t */
-               iarg[1] = SCARG(p, args[NETBSD32_SYS_MAXSYSARGS]); /* register32_t */
+               uarg[1] = (intptr_t) SCARG(p, args); /* register32_t */
                *n_args = 2;
                break;
        }



Home | Main Index | Thread Index | Old Index