mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-21 16:29:31 +00:00
Correct comments.
This commit is contained in:
parent
9b31e7f72a
commit
c3567c81a4
@ -2053,9 +2053,9 @@ procedure GenImpliedForFlags {p_opcode: integer};
|
|||||||
{ parameters: }
|
{ parameters: }
|
||||||
{ p_code - operation code (m_tax or m_tay) }
|
{ p_code - operation code (m_tax or m_tay) }
|
||||||
|
|
||||||
begin {GenImplied}
|
begin {GenImpliedForFlags}
|
||||||
GenNative(p_opcode, implied, 0, nil, forFlags);
|
GenNative(p_opcode, implied, 0, nil, forFlags);
|
||||||
end; {GenImplied}
|
end; {GenImpliedForFlags}
|
||||||
|
|
||||||
|
|
||||||
procedure GenCall {callNum: integer};
|
procedure GenCall {callNum: integer};
|
||||||
|
Loading…
Reference in New Issue
Block a user