Changeset 405e13a in mainline
- Timestamp:
- 2008-12-04T19:11:57Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f15cb3c4
- Parents:
- b15c9f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/debug/mips1.c
rb15c9f9 r405e13a 39 39 #include <arch.h> 40 40 41 char * 41 char *test_mips1(bool quiet) 42 42 { 43 43 if (!quiet) 44 printf(" You should enter kconsoledebug mode now.\n");44 printf("If kconsole is compiled in, you should enter debug mode now.\n"); 45 45 46 46 asm volatile (
Note:
See TracChangeset
for help on using the changeset viewer.