mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
2002-08-23 Adam Megacz <adam@xwt.org>
* Removed extraneous ABORT() From-SVN: r57460
This commit is contained in:
parent
9ef1b13aac
commit
2e9ac4711c
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user