2002-11-01 Joel Sherrill <joel@OARcorp.com>

* stackchk/check.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-01 14:58:18 +00:00
parent 219bb18d86
commit 1889c7fd88
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* stackchk/check.c: Removed warnings.
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* stackchk/check.c: Removed warning.

View File

@@ -340,7 +340,7 @@ void Stack_check_report_blown_task(void)
stderr,
" Damaged pattern begins at 0x%08lx and is %ld bytes long\n",
(unsigned long) Stack_check_Get_pattern_area(stack),
PATTERN_SIZE_BYTES);
(long) PATTERN_SIZE_BYTES);
fflush(stderr);
rtems_fatal_error_occurred( (unsigned32) "STACK BLOWN" );

View File

@@ -1,3 +1,7 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* stackchk/check.c: Removed warnings.
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* stackchk/check.c: Removed warning.

View File

@@ -340,7 +340,7 @@ void Stack_check_report_blown_task(void)
stderr,
" Damaged pattern begins at 0x%08lx and is %ld bytes long\n",
(unsigned long) Stack_check_Get_pattern_area(stack),
PATTERN_SIZE_BYTES);
(long) PATTERN_SIZE_BYTES);
fflush(stderr);
rtems_fatal_error_occurred( (unsigned32) "STACK BLOWN" );