avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] malloc bug ?


From: daniel_laptop
Subject: [avr-libc-dev] malloc bug ?
Date: Sun, 08 Sep 2002 17:55:32 +1200

Hello All

In tracking down problem with malloc __malloc_heap_end
I think I have found the problem

Can someone with more experence confirm if I am right ?

in libc/stdlib/malloc.c
the line

#define STACK_POINTER() (*(volatile unsigned int *)0x3d)

should this be

#define STACK_POINTER() (*(volatile unsigned int *)0x5d)

(0x20 difference)

Thanks
Daniel






reply via email to

[Prev in Thread] Current Thread [Next in Thread]