On 16/11/15 15:34, Joern Wolfgang Rennecke wrote:
I just happened to stumble on this problem with another port. The volatile & test solution doesn't work, though.What does work, however, is: __asm__ ("" : : "" (dummy));
I can confirm that Joern's solution works for me too.
