Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax fix botch by me.



details:   https://anonhg.NetBSD.org/src/rev/95ac3802c9a5
branches:  trunk
changeset: 487628:95ac3802c9a5
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 10 05:24:46 2000 +0000

description:
fix botch by me.

diffstat:

 sys/arch/vax/vax/intvec.s |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 41d06340de9f -r 95ac3802c9a5 sys/arch/vax/vax/intvec.s
--- a/sys/arch/vax/vax/intvec.s Sat Jun 10 04:56:59 2000 +0000
+++ b/sys/arch/vax/vax/intvec.s Sat Jun 10 05:24:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intvec.s,v 1.47 2000/06/05 03:45:23 matt Exp $   */
+/*     $NetBSD: intvec.s,v 1.48 2000/06/10 05:24:46 matt Exp $   */
 
 /*
  * Copyright (c) 1994, 1997 Ludd, University of Lule}, Sweden.
@@ -351,7 +351,8 @@
 #if VAX46
        cmpl    _vax_boardtype,$VAX_BTYP_46
        bneq    1f
-       clrl    _ka46_cpu+VC_DIAGTIMM
+       movl    _ka46_cpu,r0
+       clrl    VC_DIAGTIMM(r0)
 #endif
 1:     pushl   sp
        addl2   $24,(sp)



Home | Main Index | Thread Index | Old Index