Changeset b2e121a in mainline for kernel/arch/mips32/src
- Timestamp:
- 2018-01-23T17:41:19Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 083bd7c
- Parents:
- fd2b081
- Location:
- kernel/arch/mips32/src
- Files:
-
- 2 edited
-
debugger.c (modified) (1 diff)
-
exception.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/debugger.c
rfd2b081 rb2e121a 42 42 #include <arch.h> 43 43 #include <arch/cp0.h> 44 #include < func.h>44 #include <halt.h> 45 45 #include <symtab.h> 46 46 -
kernel/arch/mips32/src/exception.c
rfd2b081 rb2e121a 43 43 #include <print.h> 44 44 #include <interrupt.h> 45 #include < func.h>45 #include <halt.h> 46 46 #include <ddi/irq.h> 47 47 #include <arch/debugger.h>
Note:
See TracChangeset
for help on using the changeset viewer.
