Remove stray ;

This commit is contained in:
Remko Tronçon 2019-03-11 15:20:58 +01:00
parent 4af07fe635
commit 775c714904

View file

@ -1871,7 +1871,7 @@ EOF
(set_global $tos (i32.add (get_global $tos) (i32.const 4))) (set_global $tos (i32.add (get_global $tos) (i32.const 4)))
(call $swap) (call $swap)
(call $c-store)) (call $c-store))
;
(func $sieve (func $sieve
(local $i i32) (local $i i32)
(local $end i32) (local $end i32)