2002-08-23 Adam Megacz <adam@xwt.org>

* Removed extraneous ABORT()

From-SVN: r57460
This commit is contained in:
Adam Megacz 2002-09-24 00:59:52 +00:00 committed by Adam Megacz
parent 9ef1b13aac
commit 2e9ac4711c
2 changed files with 4 additions and 3 deletions

View 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.

View 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);