mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
* Obob in cur_break initialisation.
This commit is contained in:
parent
09e5c8e09a
commit
a8c35677bd
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* @(#)$Id: msp430.c,v 1.2 2006/08/11 13:41:31 bg- Exp $
|
* @(#)$Id: msp430.c,v 1.3 2006/11/17 13:30:45 bg- Exp $
|
||||||
*/
|
*/
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
@ -162,7 +162,7 @@ msp430_cpu_init(void)
|
|||||||
#define asmv(arg) __asm__ __volatile__(arg)
|
#define asmv(arg) __asm__ __volatile__(arg)
|
||||||
|
|
||||||
#define STACK_EXTRA 32
|
#define STACK_EXTRA 32
|
||||||
static char *cur_break = (char *)&__bss_end;
|
static char *cur_break = (char *)(&__bss_end + 1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Allocate memory from the heap. Check that we don't collide with the
|
* Allocate memory from the heap. Check that we don't collide with the
|
||||||
|
Loading…
Reference in New Issue
Block a user