aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/win32_threads.c
diff options
context:
space:
mode:
authorAdam Megacz <adam@xwt.org>2002-09-24 00:59:52 +0000
committerAdam Megacz <adam@xwt.org>2002-09-24 00:59:52 +0000
commit0174f4b9a5d93a7a1475a43c89ab2326c7725224 (patch)
tree4a3d47c12e2bcaeabdf3fadd37d8d03cfc704b53 /boehm-gc/win32_threads.c
parentc0120b8a5c4af19c5d9ef936fdb11301628da161 (diff)
2002-08-23 Adam Megacz <adam@xwt.org>
* Removed extraneous ABORT() git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@57460 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/win32_threads.c')
-rw-r--r--boehm-gc/win32_threads.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/boehm-gc/win32_threads.c b/boehm-gc/win32_threads.c
index d5e3920cbe4..9987fc6426f 100644
--- a/boehm-gc/win32_threads.c
+++ b/boehm-gc/win32_threads.c
@@ -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);