projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
28bda0b
)
Commit
1518952330756db153df63e752c2964aab4aea7c
author
Michel Pollet
<buserror@gmail.com>
Tue, 4 Mar 2014 08:51:15 +0000
(08:51 +0000)
committer
Michel 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
patch
|
blob
|
history
|
download
diff --git
a/tests/atmega88_coroutine.c
b/tests/atmega88_coroutine.c
index 559fcf8b1ce7a8ff572af06360dd3509ff1a47f7..4f9f760b9586499ab9f22e10b848b51c5accf6ad 100644
(file)
--- a/
tests/atmega88_coroutine.c
+++ b/
tests/atmega88_coroutine.c
@@
-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)
/* : */
);
}