X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FAdjustor.c;h=2cdbacbf410516b944076f0155c5fa1eaa2edb5f;hb=2fc88e736892981b8b2b46661ac11f14dc351bc8;hp=e2815d0d04e64c5631f23ade76b99a18b165d763;hpb=16a5bb82bce0388962a5d64682072439b5fa8795;p=ghc-hetmet.git diff --git a/rts/Adjustor.c b/rts/Adjustor.c index e2815d0..2cdbacb 100644 --- a/rts/Adjustor.c +++ b/rts/Adjustor.c @@ -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;