mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 20:49:49 +02:00
[PATCH 129/188] grow_memory instruction format
From 3b63806eb10c0f93d64655a23b6b9a4366f2807b Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <skalogryz.lists@gmail.com> Date: Tue, 24 Mar 2020 14:53:29 -0400 git-svn-id: branches/wasm@46125 -
This commit is contained in:
parent
1a34ca2ea0
commit
104f4b34d5
@ -424,6 +424,7 @@ begin
|
||||
// wabt
|
||||
else if t = 'get_local' then inst := INST_local_get
|
||||
else if t = 'get_global' then inst := INST_global_get
|
||||
else if t = 'grow_memory' then inst := inst_memory_grow
|
||||
else Result := false;
|
||||
'i':
|
||||
if t = 'if' then inst := inst_if
|
||||
|
Loading…
Reference in New Issue
Block a user