Plan 9 from Bell Labs 1994-01-26
1 files changed, 2 insertions(+), 2 deletions(-) M carrera/main.c
M carrera/main.c => carrera/main.c +2 -2
@@ 450,7 450,7 @@ rdbginit(void) ulong jba; /* Only interested in the PC */ Mipsjmpbuf.pc = 0xA001C020; Mipsjmpbuf.pc = 0x8001C020; /* Link an NMI handler to the debugger * - addresses from the ARCS rom source @@ 468,5 468,5 @@ rdbginit(void) vec[7] = jba; /* Install the debugger code in a known place */ memmove((void*)0xA001C000, rdbgcode, rdbglen); memmove((void*)0x8001C000, rdbgcode, rdbglen); }