- z80: oops, forgot to delete some code from taicpu.Matches

git-svn-id: trunk@45179 -
This commit is contained in:
nickysn 2020-04-29 21:46:42 +00:00
parent e08c7b3642
commit 5e90aa27d5

View File

@ -329,17 +329,6 @@ implementation
if not OperandsMatch(oper[i]^,p^.optypes[i]) then
exit;
end;
{ Check the opcode and operands }
if (p^.opcode<>opcode) or (p^.ops<>ops) then
exit;
for i:=0 to p^.ops-1 do
begin
if not OperandsMatch(oper[i]^,p^.optypes[i]) then
exit;
end;
result:=true;
end;