mirror of
https://github.com/remko/waforth
synced 2025-01-29 08:34:33 +01:00
Remove stray ;
This commit is contained in:
parent
4af07fe635
commit
775c714904
1 changed files with 1 additions and 1 deletions
|
@ -1871,7 +1871,7 @@ EOF
|
|||
(set_global $tos (i32.add (get_global $tos) (i32.const 4)))
|
||||
(call $swap)
|
||||
(call $c-store))
|
||||
;
|
||||
|
||||
(func $sieve
|
||||
(local $i i32)
|
||||
(local $end i32)
|
||||
|
|
Loading…
Add table
Reference in a new issue