Changeset a3eeceb6 in mainline for test/fpu/mips1/test.c


Ignore:
Timestamp:
2006-02-09T23:29:57Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d0a0f12
Parents:
8f00329
Message:

Unimportant changes regarding FPU context.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/fpu/mips1/test.c

    r8f00329 ra3eeceb6  
    4848{
    4949        int i;
    50         volatile long long j;
    51         double e,d,le,f;
    5250        int arg __attribute__((aligned(16))) = (int)((__native) data);
    5351        int after_arg __attribute__((aligned(16)));
     
    7876{
    7977        int i;
    80         volatile long long j;
    81         double e,d,le,f;
    8278        int arg __attribute__((aligned(16))) = (int)((__native) data);
    8379        int after_arg __attribute__((aligned(16)));
     
    130126        waitq_wakeup(&can_start, WAKEUP_ALL);
    131127
    132         while (threads_ok != THREADS)
     128        while (atomic_get(&threads_ok) != THREADS)
    133129                ;
    134130               
Note: See TracChangeset for help on using the changeset viewer.