Changeset b539af8 in rtems for cpukit/libmisc/stackchk/check.c
- Timestamp:
- 01/26/22 22:00:04 (5 months ago)
- Branches:
- master
- Children:
- b519e50
- Parents:
- 2145e0c7
- git-author:
- Kinsey Moore <kinsey.moore@…> (01/26/22 22:00:04)
- git-committer:
- Joel Sherrill <joel@…> (01/27/22 19:07:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/stackchk/check.c
r2145e0c7 rb539af8 411 411 void *high_water_mark; 412 412 413 /* This is likely to occur if the stack checker is not actually enabled */ 414 if ( stack->area == NULL ) { 415 return false; 416 } 417 413 418 low = Stack_check_Usable_stack_start(stack); 414 419 size = Stack_check_Usable_stack_size(stack);
Note: See TracChangeset
for help on using the changeset viewer.