Browse Source

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

git-svn-id: trunk@45179 -
nickysn 5 years ago
parent
commit
5e90aa27d5
1 changed files with 0 additions and 11 deletions
  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
               if not OperandsMatch(oper[i]^,p^.optypes[i]) then
                 exit;
                 exit;
           end;
           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;
         result:=true;
       end;
       end;