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
9b199f22
Commit
9b199f22
authored
Mar 01, 1999
by
simonm
Browse files
[project @ 1999-03-01 10:17:15 by simonm]
typo
parent
68fe53f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/PrimOps.hc
View file @
9b199f22
/* -----------------------------------------------------------------------------
* $Id: PrimOps.hc,v 1.1
8
1999/0
2/26 17:46:09
simonm Exp $
* $Id: PrimOps.hc,v 1.1
9
1999/0
3/01 10:17:15
simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -77,7 +77,7 @@ const
JMP_(ENTRY_CODE(Sp[0]));
# define RET_NPNP(a,b,c,d) \
R1.w = (W_)(a); R2.w = (W_)(b); R3.w = (W_)(c); R4.w = (W_)(d);
R1.w = (W_)(a); R2.w = (W_)(b); R3.w = (W_)(c); R4.w = (W_)(d);
\
JMP_(ENTRY_CODE(Sp[0]));
# define RET_NNPNNP(a,b,c,d,e,f) \
...
...
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