Ignore:
File:
1 edited

Legend:

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

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