Commit 1518952330756db153df63e752c2964aab4aea7c
authorMichel Pollet <buserror@gmail.com>
Tue, 4 Mar 2014 08:51:15 +0000 (08:51 +0000)
committerMichel Pollet <buserror@gmail.com>
Tue, 4 Mar 2014 08:51:54 +0000 (08:51 +0000)
Removed traling colon. Fix issue #34

Signed-off-by: Michel Pollet <buserror@gmail.com>
tests/atmega88_coroutine.c

index 559fcf8b1ce7a8ff572af06360dd3509ff1a47f7..4f9f760b9586499ab9f22e10b848b51c5accf6ad 100644 (file)
@@ -57,7 +57,7 @@ static inline void _set_stack(register void * stack)
                        "out __SP_H__, %B0" "\n\t"
                        "out __SREG__, r0" "\n\t"
                        "out __SP_L__, %A0" "\n\t"
-                       : : "e" (stack) :
+                       : : "e" (stack) /* : */
        );
 }