* fixed warnings in aoptcpu

git-svn-id: branches/z80@44828 -
This commit is contained in:
nickysn 2020-04-19 04:40:48 +00:00
parent 85e3ad2193
commit 44d4b5ea83

View File

@ -225,11 +225,11 @@ Implementation
//TmpUsedRegs : TAllUsedRegs; //TmpUsedRegs : TAllUsedRegs;
begin begin
result := false; result := false;
case p.typ of //case p.typ of
ait_instruction: // ait_instruction:
begin // begin
end; // end;
end; //end;
end; end;