* Removed extraneous ABORT()
From-SVN: r57459
+2002-08-23 Adam Megacz <adam@xwt.org>
+
+ * Removed extraneous ABORT()
+
2002-08-14 Release Manager
* GCC 3.2 Released.
(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);