Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/vax/vax Apply patch (requested by matt):
details: https://anonhg.NetBSD.org/src/rev/24ac91015ab7
branches: netbsd-1-5
changeset: 491941:24ac91015ab7
user: he <he%NetBSD.org@localhost>
date: Mon Jun 25 15:31:18 2001 +0000
description:
Apply patch (requested by matt):
Fix kernel linking problem.
diffstat:
sys/arch/vax/vax/intvec.s | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2d42d915a569 -r 24ac91015ab7 sys/arch/vax/vax/intvec.s
--- a/sys/arch/vax/vax/intvec.s Mon Jun 18 17:02:07 2001 +0000
+++ b/sys/arch/vax/vax/intvec.s Mon Jun 25 15:31:18 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intvec.s,v 1.49.2.3 2000/08/26 05:26:46 matt Exp $ */
+/* $NetBSD: intvec.s,v 1.49.2.4 2001/06/25 15:31:18 he Exp $ */
/*
* Copyright (c) 1994, 1997 Ludd, University of Lule}, Sweden.
@@ -206,7 +206,7 @@
.globl privinflt
privinflt:
#ifndef NO_INSN_EMULATE
- jsb unimemu # do not return if insn emulated
+ jsb _C_LABEL(unimemu) # do not return if insn emulated
#endif
pushl $0
pushl $T_PRIVINFLT
Home |
Main Index |
Thread Index |
Old Index