[PATCH 111/188] writing output type for a block operation

From 2578b3f982321d5212a65a3e7422fd8b58f96906 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Wed, 18 Mar 2020 13:14:38 -0400

git-svn-id: branches/wasm@46107 -
This commit is contained in:
nickysn 2020-08-03 13:01:01 +00:00
parent 4df1df7c28
commit d1e8e355fb

View File

@ -654,6 +654,9 @@ begin
// table index reference
WriteU32(dst, ci.operandNum);
end;
ipResType:
dst.WriteByte(byte(ci.operandNum));
end;
end;
end;