summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbriggs <briggs@openbsd.org>1997-03-30 21:56:54 +0000
committerbriggs <briggs@openbsd.org>1997-03-30 21:56:54 +0000
commit5026b65a0786b6f3deea26f648f640bda05370bc (patch)
tree724f4ed264139d368baa8e09a312cac1ed88c1e1
parentAn implementation of pieces of the Deferred Task Manager--required by (diff)
downloadwireguard-openbsd-5026b65a0786b6f3deea26f648f640bda05370bc.tar.xz
wireguard-openbsd-5026b65a0786b6f3deea26f648f640bda05370bc.zip
jDTInstall is 0xD9C, not 0x9DC...
-rw-r--r--sys/arch/mac68k/mac68k/macromasm.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/macromasm.s b/sys/arch/mac68k/mac68k/macromasm.s
index 85da58c6cbd..62b04034ad0 100644
--- a/sys/arch/mac68k/mac68k/macromasm.s
+++ b/sys/arch/mac68k/mac68k/macromasm.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: macromasm.s,v 1.5 1997/03/30 21:53:27 briggs Exp $ */
+/* $OpenBSD: macromasm.s,v 1.6 1997/03/30 21:56:54 briggs Exp $ */
/* $NetBSD: macromasm.s,v 1.11 1996/05/25 14:45:37 briggs Exp $ */
/*-
@@ -104,7 +104,7 @@
loglob(VBLQueue, 0x160) /* Vertical blanking Queue, unused ? */
loglob(VBLQueue_head, 0x162) /* Vertical blanking Queue, head */
loglob(VBLQueue_tail, 0x166) /* Vertical blanking Queue, tail */
- loglob(jDTInstall, 0x9dc) /* short-cut to deferred task mgr */
+ loglob(jDTInstall, 0xD9C) /* short-cut to deferred task mgr */
/* trap handler */
loglob(InitEgretJTVec, 0x2010) /* pointer to a jump table for */