From 37bb2336563a98c86d59cfb0b379c81149fbc9f8 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 14 Dec 2001 01:37:57 +0000 Subject: smurph you're a clown (with apologies to pefo@). No way you could have compiled a kernel from this. --- sys/arch/mvme88k/mvme88k/eh.S | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S index ff71fa44563..1d4a5562465 100644 --- a/sys/arch/mvme88k/mvme88k/eh.S +++ b/sys/arch/mvme88k/mvme88k/eh.S @@ -1,4 +1,4 @@ -/* $OpenBSD: eh.S,v 1.19 2001/12/13 08:55:51 smurph Exp $ */ +/* $OpenBSD: eh.S,v 1.20 2001/12/14 01:37:56 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -569,7 +569,8 @@ GLOBAL(privilege_handler) ldcr r1, SR2 /* restore r1 */ RTE 1: PREP("privilege", 6, DEBUG_PRIVILEGE_BIT, Clear_SSBR_Dest, No_Precheck) - CALL(_m88100_trap, T_PRIVINFLT, r30) DONE(DEBUG_PRIVILEGE_BIT) + CALL(_m88100_trap, T_PRIVINFLT, r30) + DONE(DEBUG_PRIVILEGE_BIT) /* * I'm not sure what the trap(T_BNDFLT,...) does, but it doesn't send -- cgit v1.2.3