changeset 3402 | 3f54a680fe45 |
parent 3398 | 7ca3924be865 |
child 3947 | 9b5cb90297e4 |
child 3953 | 91c39139420f |
3393:a65bcbb6af20 | 3402:3f54a680fe45 |
---|---|
382 return 0; |
382 return 0; |
383 } |
383 } |
384 |
384 |
385 void resumeDebug(void) |
385 void resumeDebug(void) |
386 { |
386 { |
387 __DEBUG = 1; |
|
387 AtomicCompareExchange( &debug_state, DEBUG_BUSY, DEBUG_FREE); |
388 AtomicCompareExchange( &debug_state, DEBUG_BUSY, DEBUG_FREE); |
388 } |
389 } |
389 |
390 |
390 #define PYTHON_FREE 0 |
391 #define PYTHON_FREE 0 |
391 #define PYTHON_BUSY 1 |
392 #define PYTHON_BUSY 1 |