summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1997-03-30 21:56:55 +0000
committerbriggs <briggs@cvs.openbsd.org>1997-03-30 21:56:55 +0000
commit71759fc599c0fe7c89d459ca9536eba33ed941da (patch)
treea7ce371c73838023e1fa8b01d50e7ad4deeb2040 /sys/arch/mac68k
parent1bd818735c926f6277d449f522f5477f2d2dcf02 (diff)
jDTInstall is 0xD9C, not 0x9DC...
Diffstat (limited to 'sys/arch/mac68k')
-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 */