mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-02-09 09:31:39 +00:00
Don't block the LDA elimination optimization if a native code label is encountered.
This was an inadvertent change in commit 9d2bb600. This patch restores the old behavior with respect to d_lab.
This commit is contained in:
parent
8c81b23b6f
commit
cf1cd085d8
@ -1385,7 +1385,7 @@ var
|
|||||||
m_phd,m_phx,m_phy,m_php,m_plb,m_pld,m_plx,m_ply,m_plp,m_rep,
|
m_phd,m_phx,m_phy,m_php,m_plb,m_pld,m_plx,m_ply,m_plp,m_rep,
|
||||||
m_sec,m_sep,m_stx_dir,m_stx_abs,m_sty_abs,m_sty_dir,m_sty_dirX,
|
m_sec,m_sep,m_stx_dir,m_stx_abs,m_sty_abs,m_sty_dir,m_sty_dirX,
|
||||||
m_stz_abs,m_stz_absX,m_stz_dir,m_stz_dirX,m_tsx,m_txs,m_txy,
|
m_stz_abs,m_stz_absX,m_stz_dir,m_stz_dirX,m_tsx,m_txs,m_txy,
|
||||||
m_tyx]) then
|
m_tyx,d_lab]) then
|
||||||
goto 1;
|
goto 1;
|
||||||
end; {for}
|
end; {for}
|
||||||
1:
|
1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user