incorporated mc68302 support

This commit is contained in:
Joel Sherrill
1995-06-07 01:27:28 +00:00
parent 459f770f5e
commit 9e86dd7db7
21 changed files with 3532 additions and 14 deletions

View File

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