Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Tobias Decking
GHC
Commits
10810bbd
Commit
10810bbd
authored
Dec 09, 2010
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ticket number (#4505)
parent
b54e12fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
compiler/codeGen/CgHeapery.lhs
compiler/codeGen/CgHeapery.lhs
+1
-1
No files found.
compiler/codeGen/CgHeapery.lhs
View file @
10810bbd
...
@@ -439,7 +439,7 @@ do_checks _ hp _ _
...
@@ -439,7 +439,7 @@ do_checks _ hp _ _
= sorry (unlines [
= sorry (unlines [
"Trying to allocate more than " ++ show (bLOCKS_PER_MBLOCK * bLOCK_SIZE) ++ " bytes.",
"Trying to allocate more than " ++ show (bLOCKS_PER_MBLOCK * bLOCK_SIZE) ++ " bytes.",
"",
"",
"See: http://hackage.haskell.org/trac/ghc/ticket/45
5
0",
"See: http://hackage.haskell.org/trac/ghc/ticket/450
5
",
"Suggestion: read data from a file instead of having large static data",
"Suggestion: read data from a file instead of having large static data",
"structures in the code."])
"structures in the code."])
...
...
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