Joerg Wunsch wrote:
> Anyway, it might make sense to provide an additional macro like
> __memory_barrier() that expands to __asm__ __volatile__(""::"memory").
I know it was me who introduced the wrong syntax, but in fact it should be
__asm__ __volatile__("":::"memory")
Note the additional colon.
Harald
_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
