Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/m68k fix diagnostic build.



details:   https://anonhg.NetBSD.org/src/rev/87655d22110c
branches:  trunk
changeset: 836196:87655d22110c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Oct 02 18:37:31 2018 +0000

description:
fix diagnostic build.

XXX: pullup-7, pullup-8.

diffstat:

 sys/arch/m68k/m68k/switch_subr.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63702c065243 -r 87655d22110c sys/arch/m68k/m68k/switch_subr.s
--- a/sys/arch/m68k/m68k/switch_subr.s  Tue Oct 02 17:35:44 2018 +0000
+++ b/sys/arch/m68k/m68k/switch_subr.s  Tue Oct 02 18:37:31 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: switch_subr.s,v 1.32 2013/10/14 12:20:05 isaki Exp $   */
+/*     $NetBSD: switch_subr.s,v 1.33 2018/10/02 18:37:31 mrg Exp $     */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation.
@@ -151,7 +151,7 @@
        movl    P_VMSPACE(%a2),%a2      | vm = p->p_vmspace
 #if defined(DIAGNOSTIC) && !defined(sun2)
        tstl    %a2                     | vm == VM_MAP_NULL?
-       jeq     Lcpu_switch_badsw       | panic
+       jeq     .Lcpu_switch_badsw      | panic
 #endif
        pea     (%a0)                   | save newlwp
 #if !defined(_SUN3X_) || defined(PMAP_DEBUG)



Home | Main Index | Thread Index | Old Index