Fixed to use INUM_TO_IVEC()

This commit is contained in:
Andrew Johnson
1999-09-02 20:47:08 +00:00
parent 05fb4aa04b
commit 5181043b85

View File

@@ -553,7 +553,7 @@ register short ***pppmem_present;
/* taken from the XYCOM-566 Manual. Figure 4-6 Page 4-19 */
pai566->int_vect = AI566_VNUM + i;
intConnect((AI566_VNUM + i) * 4, ai566_intr, i);
intConnect(INUM_TO_IVEC(AI566_VNUM + i), ai566_intr, i);
sysIntEnable(XY566_INT_LEVEL);
/* reset the Xycom 566 board */