Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2e9ac471
Commit
2e9ac471
authored
Sep 24, 2002
by
Adam Megacz
Committed by
Adam Megacz
Sep 24, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2002-08-23 Adam Megacz <adam@xwt.org>
* Removed extraneous ABORT() From-SVN: r57460
parent
9ef1b13a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
boehm-gc/ChangeLog
+4
-0
boehm-gc/win32_threads.c
+0
-3
No files found.
boehm-gc/ChangeLog
View file @
2e9ac471
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.
...
...
boehm-gc/win32_threads.c
View file @
2e9ac471
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment