2002-08-23 Adam Megacz <adam@xwt.org>
authorAdam Megacz <adam@xwt.org>
Tue, 24 Sep 2002 00:59:52 +0000 (00:59 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Tue, 24 Sep 2002 00:59:52 +0000 (00:59 +0000)
        * Removed extraneous ABORT()

From-SVN: r57460

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

index 6b5ac5b3dbd81318ac59ff918fcc91a22b963ff1..785273b484de01b59adc3992397e175eb23ea368 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-23  Adam Megacz <adam@xwt.org>
+
+        * Removed extraneous ABORT()
+
 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * Makefile.am (all-multi): Fix multilib parallel build.
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);