remove an incorrect assertion
authorSimon Marlow <simonmar@microsoft.com>
Tue, 16 Oct 2007 15:18:29 +0000 (15:18 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 16 Oct 2007 15:18:29 +0000 (15:18 +0000)
rts/Adjustor.c

index e2815d0..2cdbacb 100644 (file)
@@ -417,11 +417,6 @@ createAdjustor(int cconv, StgStablePtr hptr,
   38: .quad 0  # aligned on 8-byte boundary
     */
 
   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;
     {  
        int i = 0;
        char *c;