Correct comments.

This commit is contained in:
Stephen Heumann 2022-07-11 18:23:36 -05:00
parent 9b31e7f72a
commit c3567c81a4
1 changed files with 2 additions and 2 deletions

View File

@ -2053,9 +2053,9 @@ procedure GenImpliedForFlags {p_opcode: integer};
{ parameters: }
{ p_code - operation code (m_tax or m_tay) }
begin {GenImplied}
begin {GenImpliedForFlags}
GenNative(p_opcode, implied, 0, nil, forFlags);
end; {GenImplied}
end; {GenImpliedForFlags}
procedure GenCall {callNum: integer};