Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/loader/asm.h

    re731b0d r96e0748d  
    3333#define PAGE_WIDTH  14
    3434
     35#define memcpy(dst, src, cnt)  __builtin_memcpy((dst), (src), (cnt))
     36
    3537void jump_to_kernel(void *entry, void *bootinfo) __attribute__((noreturn));
    3638
Note: See TracChangeset for help on using the changeset viewer.