
11 Apr
2005
11 Apr
'05
8:12 a.m.
Joaquín Mª López Muñoz wrote:
I think that the functions
atomic_increment atomic_decrement atomic_conditional_increment
should be marked as inline, as they are defined in a header file. This is causing multiple definition problems, see for instance
Yes, you are right. I'd fix it but I don't know whether "inline" needs to go before or after "asm". ;-) Rene?