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
jberryman
GHC
Commits
0e74df8d
Commit
0e74df8d
authored
Nov 08, 2001
by
simonmar
Browse files
[project @ 2001-11-08 16:37:54 by simonmar]
wibble
parent
012eb965
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/StgMacros.h
View file @
0e74df8d
/* -----------------------------------------------------------------------------
* $Id: StgMacros.h,v 1.4
0
2001/11/08 16:
1
7:
3
5 simonmar Exp $
* $Id: StgMacros.h,v 1.4
1
2001/11/08 16:
3
7:5
4
simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -794,7 +794,7 @@ StgRegTable * resumeThread ( StgInt );
#ifdef SMP
#define RESUME_THREAD(token) \
BaseReg = resumeThread(token); \
LoadThreadState();
\
LoadThreadState();
#else
#define RESUME_THREAD(token) \
(void)resumeThread(token); \
...
...
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