Patch to compile crc32.cpp on GCC 3.3.x
Have fun:
Code:
--- common/crc32.old Mon Dec 22 13:35:50 2003 |
eh
Eh, patch doesn't work for me. Already talked to Daeken in IRC, so he's aware of it. Temporarily fix for people that have to use gcc 3.3.x is to comment out the offending ASM, and use the C code instead.
This would take the form of: (Line 136ish) /* #elif defined(i386) .... */ #else for(uint32 i=0; i < bufsize; i++) ... |
Could also just undefine i386, it's only used for triggering the crc32 asm code vs c++ code.
|
All times are GMT -4. The time now is 03:38 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.