Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
c93bd73f
Commit
c93bd73f
authored
Apr 22, 2010
by
Simon Marlow
Browse files
fix 64-bit value for W_SHIFT, which thankfully appears to be not used
parent
591e1dc9
Changes
1
Show whitespace changes
Inline
Side-by-side
includes/Cmm.h
View file @
c93bd73f
...
...
@@ -169,7 +169,7 @@
#if SIZEOF_W == 4
#define W_SHIFT 2
#elif SIZEOF_W == 8
#define W_SHIFT
4
#define W_SHIFT
3
#endif
/* Converting quantities of words to bytes */
...
...
Write
Preview
Supports
Markdown
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