Skip to content

Commit 47a514f

Browse files
committed
fix typos in stack/stkrst.c
from the fork by @bebbo, specifically the following commit: https://github.com/bebbo/libnix/commit/1e56fc31d3273e5ee402e68aa9843b94799f2859
1 parent 120105b commit 47a514f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sources/stack/stkrst.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ asm(
1919
"| Race condition ahead! exec might preempt our task at any time storing"
2020
"| the current register set on top of the free stack. NEVER set a sp higher"
2121
"| than the location of important data."
22-
"|"
22+
"|\n"
2323
" .comm ___used_stack,8;" /* pointer to used stackframes */
2424
/* pointer to unused stackframes */
2525
" .text;"
2626
" .even;"
2727
" .globl ___stkrst;"
2828

29-
"__stkrst:;"
29+
"___stkrst:;"
3030
" exg d0,a3;" /* better use an address register*/
3131
" movel a2,sp@-;"
3232
" moveml d0/d1/a0/a1/a5/a6,sp@-;"

0 commit comments

Comments
 (0)