Make stack traces on exceptions possible.

This commit is contained in:
Ben Gras
2006-06-29 13:35:27 +00:00
parent bfca7d68ba
commit f1222a09a6
3 changed files with 39 additions and 0 deletions
+3
View File
@@ -74,6 +74,9 @@ _PROTOTYPE( int newmap, (struct proc *rp, struct mem_map *map_ptr) );
/* exception.c */
_PROTOTYPE( void exception, (unsigned vec_nr) );
#if DEBUG_STACK_TRACE
_PROTOTYPE( void stacktrace, (struct proc *) );
#endif
/* i8259.c */
_PROTOTYPE( void intr_init, (int mine) );