View Single Post
  #2  
Old 01-01-2004, 03:49 PM
var1ety
Sarnak
 
Join Date: Jan 2003
Posts: 59
Default 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++)
...
Reply With Quote