mirror of
https://github.com/remko/waforth
synced 2025-02-05 20:46:22 +01:00
Make dictionary entries consistent
This commit is contained in:
parent
e6f0fe0841
commit
f11728bec8
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
|||
(i32.store (i32.load (i32.sub (local.get $tos) (i32.const 4)))
|
||||
(i32.load (local.tee $bbtos (i32.sub (local.get $tos) (i32.const 8)))))
|
||||
(local.get $bbtos))
|
||||
(data (i32.const 0x21000 (; = DICTIONARY_BASE ;)) "\00\00\00\00\01!\00\00\10\00\00\00")
|
||||
(data (i32.const 0x21000 (; = DICTIONARY_BASE ;)) "\00\00\00\00" "\01" "!\00\00" "\10\00\00\00")
|
||||
(elem (i32.const 0x10) $!)
|
||||
|
||||
;; 6.1.0030
|
||||
|
|
Loading…
Add table
Reference in a new issue