Changes in kernel/arch/mips32/src/debugger.c [7328ff4:e3306d04] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/debugger.c
r7328ff4 re3306d04 412 412 * so this is a good idea 413 413 */ 414 atomic_s et(&haltstate, 1);414 atomic_store(&haltstate, 1); 415 415 irq_spinlock_unlock(&bkpoint_lock, false); 416 416 … … 418 418 419 419 irq_spinlock_lock(&bkpoint_lock, false); 420 atomic_s et(&haltstate, 0);420 atomic_store(&haltstate, 0); 421 421 #endif 422 422 }
Note:
See TracChangeset
for help on using the changeset viewer.