Changeset 50661ab in mainline for kernel/test/debug/mips1.c
- Timestamp:
- 2006-12-11T19:00:04Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f272cb8
- Parents:
- 319e60e
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/debug/mips1.c
r319e60e r50661ab 39 39 40 40 41 void test (void)41 void test_mips1(void) 42 42 { 43 #ifdef mips32 43 44 printf("MIPS debug test #1\n"); 44 45 … … 48 49 49 50 printf("Test passed.\n"); 51 #else 52 printf("This test is availaible only on MIPS32 platform.\n"); 53 #endif 50 54 }
Note:
See TracChangeset
for help on using the changeset viewer.