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
1389b2cc
Commit
1389b2cc
authored
Jun 10, 2019
by
Ömer Sinan Ağacan
Committed by
Marge Bot
Jun 11, 2019
Browse files
Fix an error message in CheckUnload.c:searchHeapBlocks
parent
0b7f81f5
Pipeline
#6933
canceled with stages
in 42 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rts/CheckUnload.c
View file @
1389b2cc
...
...
@@ -335,7 +335,7 @@ static void searchHeapBlocks (HashTable *addrs, bdescr *bd,
break
;
default:
barf
(
"
heapCensu
s, unknown object: %d"
,
info
->
type
);
barf
(
"
searchHeapBlock
s, unknown object: %d"
,
info
->
type
);
}
if
(
!
prim
)
{
...
...
Marge Bot
💬
@marge-bot
mentioned in merge request
!1146 (closed)
·
Jun 11, 2019
mentioned in merge request
!1146 (closed)
mentioned in merge request !1146
Toggle commit list
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