Changeset a000878c in mainline for kernel/test/debug
- Timestamp:
 - 2010-02-25T19:11:25Z (16 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 958de16
 - Parents:
 - a634485
 - Location:
 - kernel/test/debug
 - Files:
 - 
      
- 2 edited
 
- 
          
  mips1.c (modified) (1 diff)
 - 
          
  mips1_skip.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
kernel/test/debug/mips1.c
ra634485 ra000878c 37 37 #include <arch.h> 38 38 39 c har *test_mips1(void)39 const char *test_mips1(void) 40 40 { 41 41 TPRINTF("If kconsole is compiled in, you should enter debug mode now.\n");  - 
      
kernel/test/debug/mips1_skip.c
ra634485 ra000878c 29 29 #include <test.h> 30 30 31 c har *test_mips1(void)31 const char *test_mips1(void) 32 32 { 33 33 return NULL;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  