Changeset ba18512 in mainline for src/proc/scheduler.c


Ignore:
Timestamp:
2005-08-30T21:33:09Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b524f816
Parents:
fa0dfaf
Message:

Switch order of 'src' and 'dst' arguments in some left-over uses of memcopy.

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/proc/scheduler.c

    rfa0dfaf rba18512  
    362362                THREAD = NULL;
    363363        }
    364         printf("*0*");
     364
    365365        THREAD = find_best_thread();
    366         printf("*1*");
    367366       
    368367        spinlock_lock(&THREAD->lock);
Note: See TracChangeset for help on using the changeset viewer.