Changeset 60 for trunk/kernel/syscalls


Ignore:
Timestamp:
Jun 26, 2017, 4:55:47 PM (7 years ago)
Author:
max@…
Message:

use reg_t instead of uint32_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/sys_thread_exit.c

    r23 r60  
    3636        thread_t  * this = CURRENT_THREAD;
    3737    core_t    * core = this->core;
    38     uint32_t    irq_state;
     38    reg_t       irq_state;
    3939
    4040    // register the exit_value in thread descriptor
Note: See TracChangeset for help on using the changeset viewer.