From e8a28fedf1aaa729c63d725d00f8992b3e1b8638 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <[email protected]> Date: Wed, 18 Mar 2020 14:48:50 -0400 git-svn-id: branches/wasm@46113 -
@@ -781,7 +781,7 @@ begin
if INST_FLAGS[ci.code].Param = ipResType then
begin
inc(endNeed);
- if not byte(ci.operandNum) in ValidResTypes then
+ if not (byte(ci.operandNum) in ValidResTypes) then
ci.operandNum := VALTYPE_NONE;
end;