diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-14 01:37:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-14 01:37:57 +0000 |
commit | 37bb2336563a98c86d59cfb0b379c81149fbc9f8 (patch) | |
tree | 39b0937864d7086185fb17c74cd05789c3f34627 /sys | |
parent | b3e629256468862477a4a970348afa00d35a187f (diff) |
smurph you're a clown (with apologies to pefo@).
No way you could have compiled a kernel from this.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/eh.S | 5 |
1 files changed, 3 insertions, 2 deletions
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 |