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
Glasgow Haskell Compiler
GHC
Commits
4cdf5e86
Commit
4cdf5e86
authored
Oct 16, 2007
by
Simon Marlow
Browse files
remove an incorrect assertion
parent
a0d2d5bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Adjustor.c
View file @
4cdf5e86
...
...
@@ -417,11 +417,6 @@ createAdjustor(int cconv, StgStablePtr hptr,
38: .quad 0 # aligned on 8-byte boundary
*/
/* we assume the small code model (gcc -mcmmodel=small) where
* all symbols are <2^32, so hence wptr should fit into 32 bits.
*/
ASSERT
(((
long
)
wptr
>>
32
)
==
0
);
{
int
i
=
0
;
char
*
c
;
...
...
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