diff options
Diffstat (limited to 'common/dlmalloc.c')
| -rw-r--r-- | common/dlmalloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/dlmalloc.c b/common/dlmalloc.c index fce7a762b..4871f4b09 100644 --- a/common/dlmalloc.c +++ b/common/dlmalloc.c @@ -1491,7 +1491,7 @@ static mbinptr av_[NAV * 2 + 2] = {   IAV(120), IAV(121), IAV(122), IAV(123), IAV(124), IAV(125), IAV(126), IAV(127)  }; -#ifndef CONFIG_RELOC_FIXUP_WORKS +#ifdef CONFIG_NEEDS_MANUAL_RELOC  void malloc_bin_reloc (void)  {  	unsigned long *p = (unsigned long *)(&av_[2]); |