Changeset 1936 for Whitix/trunk/user/linker/hash.c
- Timestamp:
- 02/25/09 19:43:05 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/user/linker/hash.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/user/linker/hash.c
r1835 r1936 76 76 if (resolve->gnuBitMask) 77 77 { 78 unsigned long* bitMask = resolve->gnuBitMask;78 unsigned long* bitMask = (unsigned long*)resolve->gnuBitMask; 79 79 unsigned long bWord, hashBit1, hashBit2; 80 80 … … 179 179 link_puts(": bitMaskWords not a power of two. "); 180 180 link_printhex("bitMaskWords = ", bitMaskWords); 181 link_printhex(", address = ", &bitMaskWords);182 181 link_puts("\n"); 183 182 SysExit(0);
