浏览代码

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

git-svn-id: trunk@45179 -
nickysn 5 年之前
父节点
当前提交
5e90aa27d5
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0 11
      compiler/z80/aasmcpu.pas

+ 0 - 11
compiler/z80/aasmcpu.pas

@@ -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;