mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:32:51 +02:00
- z80: oops, forgot to delete some code from taicpu.Matches
git-svn-id: trunk@45179 -
This commit is contained in:
parent
e08c7b3642
commit
5e90aa27d5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user