Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/ppc32.c

    rbab75df6 r88e43bc  
    297297            (uintptr_t) kernel_uarg->uspace_entry);
    298298
    299         /* Unreachable */
    300         while (true)
    301                 ;
     299        unreachable();
    302300}
    303301
Note: See TracChangeset for help on using the changeset viewer.