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++)
...
|