mirror of
https://github.com/remko/waforth
synced 2025-01-30 08:34:58 +01:00
WORDS: Remove accidental spaces after hidden words
This commit is contained in:
parent
271721774e
commit
534c4a3bdb
1 changed files with 2 additions and 2 deletions
|
@ -1830,8 +1830,8 @@
|
||||||
(then
|
(then
|
||||||
(call $type
|
(call $type
|
||||||
(i32.and (local.get $entryLF) (i32.const 0x1F (; = LENGTH_MASK ;)))
|
(i32.and (local.get $entryLF) (i32.const 0x1F (; = LENGTH_MASK ;)))
|
||||||
(i32.add (local.get $entryP) (i32.const 5)))))
|
(i32.add (local.get $entryP) (i32.const 5)))
|
||||||
(call $shell_emit (i32.const 0x20))
|
(call $shell_emit (i32.const 0x20))))
|
||||||
(local.set $entryP (i32.load (local.get $entryP)))
|
(local.set $entryP (i32.load (local.get $entryP)))
|
||||||
(br_if $loop (local.get $entryP)))
|
(br_if $loop (local.get $entryP)))
|
||||||
(local.get $tos))
|
(local.get $tos))
|
||||||
|
|
Loading…
Add table
Reference in a new issue