Changeset a3eeceb6 in mainline for test/fpu/mips1/test.c
- Timestamp:
- 2006-02-09T23:29:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d0a0f12
- Parents:
- 8f00329
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/fpu/mips1/test.c
r8f00329 ra3eeceb6 48 48 { 49 49 int i; 50 volatile long long j;51 double e,d,le,f;52 50 int arg __attribute__((aligned(16))) = (int)((__native) data); 53 51 int after_arg __attribute__((aligned(16))); … … 78 76 { 79 77 int i; 80 volatile long long j;81 double e,d,le,f;82 78 int arg __attribute__((aligned(16))) = (int)((__native) data); 83 79 int after_arg __attribute__((aligned(16))); … … 130 126 waitq_wakeup(&can_start, WAKEUP_ALL); 131 127 132 while ( threads_ok!= THREADS)128 while (atomic_get(&threads_ok) != THREADS) 133 129 ; 134 130
Note:
See TracChangeset
for help on using the changeset viewer.