[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:
nickysn 2020-08-03 13:01:23 +00:00
parent 1a34ca2ea0
commit 104f4b34d5

View File

@ -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