jDTInstall is 0xD9C, not 0x9DC...
authorbriggs <briggs@openbsd.org>
Sun, 30 Mar 1997 21:56:54 +0000 (21:56 +0000)
committerbriggs <briggs@openbsd.org>
Sun, 30 Mar 1997 21:56:54 +0000 (21:56 +0000)
sys/arch/mac68k/mac68k/macromasm.s

index 85da58c..62b0403 100644 (file)
@@ -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 $    */
 
 /*-
        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 */