CVS: examples/stackcheck main.c,1.2,1.3
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/examples/stackcheck
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17261/examples/stackcheck
Modified Files:
main.c
Log Message:
- use a memory location after __noinit_end ...
Index: main.c
===================================================================
RCS file: /cvsroot/mspgcc/examples/stackcheck/main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- main.c 14 Oct 2004 00:01:15 -0000 1.2
+++ main.c 15 Nov 2004 15:22:06 -0000 1.3
@@ -27,7 +27,7 @@
* in the RAM. If the stack would grow too large, it wouldoverwrite this
* variable.
*/
-extern short stackGuard asm("__noinit_end");
+extern short stackGuard asm("_end");
/**
* Initilize the stack checking mechanisms.
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8