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
cc517f07
Commit
cc517f07
authored
Feb 04, 2002
by
sof
Browse files
[project @ 2002-02-04 20:26:25 by sof]
wibble
parent
ea0e6441
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Printer.c
View file @
cc517f07
/* -----------------------------------------------------------------------------
* $Id: Printer.c,v 1.5
0
200
1/12/06 14:33:02 simonmar
Exp $
* $Id: Printer.c,v 1.5
1
200
2/02/04 20:26:25 sof
Exp $
*
* (c) The GHC Team, 1994-2000.
*
...
...
@@ -314,7 +314,7 @@ printClosure( StgClosure *obj )
putchar(arrWordsGetChar(obj,i));
} */
for
(
i
=
0
;
i
<
((
StgArrWords
*
)
obj
)
->
words
;
i
++
)
fprintf
(
stdout
,
"%
ld
"
,
((
StgArrWords
*
)
obj
)
->
payload
[
i
]);
fprintf
(
stdout
,
"%
u
"
,
((
StgArrWords
*
)
obj
)
->
payload
[
i
]);
fprintf
(
stdout
,
"
\"
)
\n
"
);
break
;
}
...
...
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