12 Aug
2014
12 Aug
'14
2:50 a.m.
On 12/08/2014 02:17, Peter Dimov wrote:
You should probably use the __asm__ and __volatile__ spellings as a matter of style though.
It's not just style. When in strict standards mode, "asm volatile" will fail to compile, but "__asm__ __volatile__" will still work.