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
fb624925
Commit
fb624925
authored
Aug 04, 2007
by
simonpj@microsoft.com
Browse files
Add missing case to sizeofPrimRep
parent
f117d08b
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/types/TyCon.lhs
View file @
fb624925
...
@@ -467,6 +467,7 @@ sizeofPrimRep FloatRep = 4
...
@@ -467,6 +467,7 @@ sizeofPrimRep FloatRep = 4
sizeofPrimRep DoubleRep= 8
sizeofPrimRep DoubleRep= 8
sizeofPrimRep AddrRep = wORD_SIZE
sizeofPrimRep AddrRep = wORD_SIZE
sizeofPrimRep PtrRep = wORD_SIZE
sizeofPrimRep PtrRep = wORD_SIZE
sizeofPrimRep VoidRep = 0
\end{code}
\end{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