Changeset f272cb8 in mainline for kernel/test/fpu/mips2.c
- Timestamp:
- 2006-12-11T19:19:28Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 70b6de1
- Parents:
- 50661ab
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/fpu/mips2.c
r50661ab rf272cb8 37 37 38 38 #include <arch.h> 39 40 #ifdef mips32 39 41 40 42 #define THREADS 50 … … 106 108 107 109 108 void test (void)110 void test_mips2(void) 109 111 { 110 112 thread_t *t; … … 135 137 printf("Test passed.\n"); 136 138 } 139 140 #else 141 142 void test_mips2(void) 143 { 144 printf("This test is availaible only on MIPS32 platform.\n"); 145 } 146 147 #endif
Note:
See TracChangeset
for help on using the changeset viewer.