freemyipod r508 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r507‎ | r508 | r509 >
Date:01:00, 2 February 2011
Author:farthen
Status:new
Tags:
Comment:
libemcore.py: bugfix: Unlocking the scheduler again may be a good idea...
Modified paths:
  • /emcore/trunk/tools/libemcore.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/libemcore.py
@@ -391,6 +391,7 @@
392392 threads.append(threadstruct)
393393 id += 1
394394 structptr = threadstruct.thread_next
 395+ self.lockscheduler(schedulerstate)
395396 return threads
396397
397398 @command()