mirror of
https://github.com/remko/waforth
synced 2025-01-18 22:26:39 +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
|
||||
(call $type
|
||||
(i32.and (local.get $entryLF) (i32.const 0x1F (; = LENGTH_MASK ;)))
|
||||
(i32.add (local.get $entryP) (i32.const 5)))))
|
||||
(call $shell_emit (i32.const 0x20))
|
||||
(i32.add (local.get $entryP) (i32.const 5)))
|
||||
(call $shell_emit (i32.const 0x20))))
|
||||
(local.set $entryP (i32.load (local.get $entryP)))
|
||||
(br_if $loop (local.get $entryP)))
|
||||
(local.get $tos))
|
||||
|
|
Loading…
Reference in a new issue