From f8b32d8a1d7ce9b86c30266416eb9a9b14d53ee1 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <[email protected]> Date: Tue, 24 Mar 2020 16:38:09 -0400 git-svn-id: branches/wasm@46130 -
@@ -433,6 +433,7 @@ begin
'c':
if t = 'call' then inst := inst_call
else if t = 'call_indirect' then inst := inst_call_indirect
+ else if t = 'current_memory' then inst := INST_memory_size
else Result := false;
'd':
if t = 'drop' then inst := inst_drop