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
Glasgow Haskell Compiler
GHC
Commits
e5e14491
Commit
e5e14491
authored
Apr 05, 2005
by
simonmar
Browse files
[project @ 2005-04-05 09:31:27 by simonmar]
print format type fixup
parent
b0ac0f91
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/rts/STM.c
View file @
e5e14491
...
...
@@ -90,7 +90,7 @@ static int shake(void) {
StgTRecHeader *__t = (_t); \
StgTRecChunk *__c = __t -> current_chunk; \
StgWord __limit = __c -> next_entry_idx; \
TRACE("trec=%p chunk=%p limit=%d\n", __t, __c, __limit); \
TRACE("trec=%p chunk=%p limit=%
l
d\n", __t, __c, __limit); \
while (__c != END_STM_CHUNK_LIST) { \
StgWord __i; \
for (__i = 0; __i < __limit; __i ++) { \
...
...
@@ -247,7 +247,7 @@ static StgTRecHeader *new_stg_trec_header(StgTRecHeader *enclosing_trec) {
result
->
state
=
enclosing_trec
->
state
;
}
TRACE
(
"new_stg_trec_header creating %p nidx=%d chunk=%p enclosing_trec=%p state=%d
\n
"
,
TRACE
(
"new_stg_trec_header creating %p nidx=%
l
d chunk=%p enclosing_trec=%p state=%d
\n
"
,
result
,
result
->
current_chunk
->
next_entry_idx
,
result
->
current_chunk
,
enclosing_trec
,
result
->
state
);
return
result
;
}
...
...
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