From 89252fd19ba73c2d4e7925f9b540ed2f2cb6d0be Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 18 Jan 2005 13:32:57 +0000 Subject: In phys_badaddr() when probe fails, restore the correct PROM bus error handle callback (i.e. fix a typo). --- sys/arch/hp300/hp300/locore.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s index 46193c0c01e..fcb0418be26 100644 --- a/sys/arch/hp300/hp300/locore.s +++ b/sys/arch/hp300/hp300/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.47 2005/01/14 22:39:27 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.48 2005/01/18 13:32:56 miod Exp $ */ /* $NetBSD: locore.s,v 1.91 1998/11/11 06:41:25 thorpej Exp $ */ /* @@ -1995,7 +1995,7 @@ ASLOCAL(phys_badaddr) rts ASLOCAL(catchbad) ASRELOC(_bsave,a3) | got a bus error, so restore handler - movl a1@,BUSERR + movl a3@,BUSERR ASRELOC(_ssave,a3) movl a3@,sp | and stack moveq #1,d0 | return fault -- cgit v1.2.3