From cf1cd085d844e5575c884f7f63c931be4570bec0 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Tue, 13 Dec 2016 18:30:09 -0600 Subject: [PATCH] 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. --- Native.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Native.pas b/Native.pas index ef8f61a..3f49456 100644 --- a/Native.pas +++ b/Native.pas @@ -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_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_tyx]) then + m_tyx,d_lab]) then goto 1; end; {for} 1: