mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-28 22:30:13 +00:00
Correct a comment.
This commit is contained in:
parent
34c5be5cab
commit
995885540b
2
Gen.pas
2
Gen.pas
@ -3696,7 +3696,7 @@ var
|
|||||||
GenNative(m_inc_dirx, direct, 2, nil, 0);
|
GenNative(m_inc_dirx, direct, 2, nil, 0);
|
||||||
GenLab(lab1);
|
GenLab(lab1);
|
||||||
end {if}
|
end {if}
|
||||||
else {if op in [pc_gdl,pc_gld] then} begin
|
else {if op in [pc_ldl,pc_lld] then} begin
|
||||||
lab1 := GenLabel;
|
lab1 := GenLabel;
|
||||||
if p = 1 then begin
|
if p = 1 then begin
|
||||||
GenNative(m_lda_dirx, direct, 0, nil, 0);
|
GenNative(m_lda_dirx, direct, 0, nil, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user