mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
Fix expression
This commit is contained in:
parent
7efbba2aea
commit
c3e919cd2c
1 changed files with 1 additions and 1 deletions
|
@ -1789,7 +1789,7 @@
|
|||
(elem (i32.const 0xa5) $UWIDTH)
|
||||
|
||||
;; 6.2.2405
|
||||
(data (i32.const 0x21874) "\64\18\02\00" "\05" "VALUE00" "\4c\00\00\00") ;; CONSTANT_INDEX
|
||||
(data (i32.const 0x21874) "\64\18\02\00" "\05" "VALUE00" "\4c\00\00\00" (; = pack(CONSTANT_INDEX) ;))
|
||||
|
||||
;; 6.1.2410
|
||||
(func $VARIABLE (param $tos i32) (result i32)
|
||||
|
|
Loading…
Reference in a new issue