Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
3b125592
Commit
3b125592
authored
Aug 31, 2004
by
simonmar
Browse files
[project @ 2004-08-31 11:38:53 by simonmar]
Warning fix on Win32.
parent
13aca089
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/HeapStackCheck.cmm
View file @
3b125592
...
...
@@ -864,7 +864,7 @@ INFO_TABLE_RET( stg_block_async, 0/*framesize*/, 0/*bitmap*/, RET_SMALL )
len = StgAsyncIOResult_len(ares);
errC = StgAsyncIOResult_errCode(ares);
StgTSO_block_info(CurrentTSO) = NULL;
foreign "C" free(ares);
foreign "C" free(ares
"ptr"
);
R1 = len;
Sp(0) = errC;
jump %ENTRY_CODE(Sp(1));
...
...
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