mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 08:29:20 +02:00
[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:
parent
4df1df7c28
commit
d1e8e355fb
@ -654,6 +654,9 @@ begin
|
||||
// table index reference
|
||||
WriteU32(dst, ci.operandNum);
|
||||
end;
|
||||
|
||||
ipResType:
|
||||
dst.WriteByte(byte(ci.operandNum));
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user