When compiling 'csutil/memheap.cpp' on an intel mac, it chokes on this 
instruction:

627       lock cmpxchgl %edx,(%ecx)

with this message:

{standard input}:627:Can't relocate expression. Absolute 0 assumed.
{standard input}:627:operands given don't match any known 386 
instruction

This instruction comes from inline assembly in spinlock.h
Based on an Apple mailing list post and a test with the user, what it 
wants is 'lock; cmpxchgl', for reasons unknown

Does that work also on non-apple platforms?

Thanks,
Daniel


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to