Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/debugger.c

    r7328ff4 re3306d04  
    412412                 *   so this is a good idea
    413413                 */
    414                 atomic_set(&haltstate, 1);
     414                atomic_store(&haltstate, 1);
    415415                irq_spinlock_unlock(&bkpoint_lock, false);
    416416
     
    418418
    419419                irq_spinlock_lock(&bkpoint_lock, false);
    420                 atomic_set(&haltstate, 0);
     420                atomic_store(&haltstate, 0);
    421421#endif
    422422        }
Note: See TracChangeset for help on using the changeset viewer.