OpenCores
URL https://opencores.org/ocsvn/amber/amber/trunk

Subversion Repositories amber

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /amber/trunk/sw/mini-libc
    from Rev 34 to Rev 48
    Reverse comparison

Rev 34 → Rev 48

/libc_asm.S
483,7 → 483,14
ldmia sp!, {r4-r8, pc}^
 
@ initialize malloc
.globl init_malloc
init_malloc:
ldr r1, AdrMalloc
str r1, [r1]
mov pc, lr
 
 
/* void *malloc(size_t size); */
.globl malloc
malloc:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.