* shared/interrupts/installisrentries.c: Added support for debug
	exception vector.
	* shared/interrupts/isr_entries.S: Added support for debug exception
	vector.
This commit is contained in:
Joel Sherrill
2002-03-08 16:32:39 +00:00
parent 2f89140dba
commit 34f5067fef
3 changed files with 17 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ FRAME(exc_norm_code,sp,0,ra)
nop
ENDFRAME(exc_norm_code)
FRAME(exc_dbg_code,sp,0,ra)
la k0, _DBG_Handler /* debug interrupt */
j k0
nop
ENDFRAME(exc_dbg_code)
/* XXX this is dependent on IDT/SIM and needs to be addressed */
FRAME(exc_utlb_code,sp,0,ra)
la k0, (R_VEC+((48)*8))