From d1e8e355fb2aff986dd5de764b2dba5ec30d8666 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 3 Aug 2020 13:01:01 +0000 Subject: [PATCH] [PATCH 111/188] writing output type for a block operation From 2578b3f982321d5212a65a3e7422fd8b58f96906 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev Date: Wed, 18 Mar 2020 13:14:38 -0400 git-svn-id: branches/wasm@46107 - --- utils/wasmbin/wasmbinwriter.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/wasmbin/wasmbinwriter.pas b/utils/wasmbin/wasmbinwriter.pas index fa5e3d7f92..4006d7d451 100644 --- a/utils/wasmbin/wasmbinwriter.pas +++ b/utils/wasmbin/wasmbinwriter.pas @@ -654,6 +654,9 @@ begin // table index reference WriteU32(dst, ci.operandNum); end; + + ipResType: + dst.WriteByte(byte(ci.operandNum)); end; end; end;