Show
Ignore:
Timestamp:
02/25/09 19:43:05 (3 years ago)
Author:
mwhitworth
Message:

Fix warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/user/linker/hash.c

    r1835 r1936  
    7676        if (resolve->gnuBitMask) 
    7777        { 
    78                 unsigned long* bitMask = resolve->gnuBitMask; 
     78                unsigned long* bitMask = (unsigned long*)resolve->gnuBitMask; 
    7979                unsigned long bWord, hashBit1, hashBit2; 
    8080                 
     
    179179                        link_puts(": bitMaskWords not a power of two. "); 
    180180                        link_printhex("bitMaskWords = ", bitMaskWords); 
    181                         link_printhex(", address = ", &bitMaskWords); 
    182181                        link_puts("\n"); 
    183182                        SysExit(0);