Minor style adjustment.

This commit is contained in:
Oliver Schmidt
2018-10-02 18:53:01 +02:00
committed by GitHub
parent 2bb4abda23
commit 88d1d20cd0

View File

@@ -2426,8 +2426,8 @@ void g_falsejump (unsigned flags attribute ((unused)), unsigned label)
void g_lateadjustSP (unsigned label)
{
/* Adjust stack based on non-immediate data */
{
AddCodeLine ("pha");
AddCodeLine ("lda %s", LocalLabelName (label));
AddCodeLine ("clc");