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
b2c66117
Commit
b2c66117
authored
Jul 12, 2005
by
simonmar
Browse files
[project @ 2005-07-12 12:09:44 by simonmar]
64 bit fix
parent
71306307
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/rts/Interpreter.c
View file @
b2c66117
...
...
@@ -577,7 +577,8 @@ do_apply:
}
case
BCO
:
{
nat
arity
,
i
;
nat
arity
;
int
i
;
// arithmetic involving i might go negative below
Sp
++
;
arity
=
((
StgBCO
*
)
obj
)
->
arity
;
...
...
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