Fully tested on all in-house targets

This commit is contained in:
Joel Sherrill
1995-05-24 21:39:42 +00:00
parent bf61e45c29
commit 88d594a3d5
93 changed files with 759 additions and 942 deletions

View File

@@ -329,6 +329,7 @@ void *Stack_check_find_high_water_mark(
* match pattern
*/
base += 4;
for (ebase = base + length; base < ebase; base++)
if (*base != U32_PATTERN)
return (void *) base;