]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2002-08-23 Adam Megacz <adam@xwt.org>
authorAdam Megacz <adam@xwt.org>
Tue, 24 Sep 2002 00:59:04 +0000 (00:59 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Tue, 24 Sep 2002 00:59:04 +0000 (00:59 +0000)
        * Removed extraneous ABORT()

From-SVN: r57459

boehm-gc/ChangeLog
boehm-gc/win32_threads.c

index 6ff1f0fce93e423c25756507afd6441f1c2c5162..0fbfd8cdd79042aa61f59095ae2e3973f4d6e99a 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-23  Adam Megacz <adam@xwt.org>
+
+        * Removed extraneous ABORT()
+
 2002-08-14  Release Manager
 
        * GCC 3.2 Released.
index d5e3920cbe4cb2a0ed1e60c2e2fa8dc0066e1e95..9987fc6426f3231320c28e893ef0b1bc45cd60e8 100644 (file)
@@ -134,9 +134,6 @@ void GC_push_all_stacks()
                                (LPCONTEXT)&thread_table[i].context))
          ABORT("GetThreadContext failed");
 #      ifdef I386
-         if (thread_table[i].context.Esp >= (DWORD)thread_table[i].stack
-             || thread_table[i].context.Esp < (DWORD)bottom)
-             ABORT("Thread stack pointer out of range");
          GC_push_one ((word) thread_table[i].context.Edi);
          GC_push_one ((word) thread_table[i].context.Esi);
          GC_push_one ((word) thread_table[i].context.Ebp);