Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a4e09e8f
Commit
a4e09e8f
authored
Apr 17, 2008
by
simonmarhaskell@gmail.com
Browse files
tso->link is now tso->_link (fix after merge with HEAD)
parent
e7987f16
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Exception.cmm
View file @
a4e09e8f
...
...
@@ -222,7 +222,7 @@ killThreadzh_fast
*/
loop
:
if
(
StgTSO_what_next
(
target
)
==
ThreadRelocated
::
I16
)
{
target
=
StgTSO_link
(
target
);
target
=
StgTSO_
_
link
(
target
);
goto
loop
;
}
if
(
target
==
CurrentTSO
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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