mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Minor style adjustment.
This commit is contained in:
parent
2bb4abda23
commit
88d1d20cd0
@ -2426,8 +2426,8 @@ void g_falsejump (unsigned flags attribute ((unused)), unsigned label)
|
|||||||
|
|
||||||
|
|
||||||
void g_lateadjustSP (unsigned label)
|
void g_lateadjustSP (unsigned label)
|
||||||
{
|
|
||||||
/* Adjust stack based on non-immediate data */
|
/* Adjust stack based on non-immediate data */
|
||||||
|
{
|
||||||
AddCodeLine ("pha");
|
AddCodeLine ("pha");
|
||||||
AddCodeLine ("lda %s", LocalLabelName (label));
|
AddCodeLine ("lda %s", LocalLabelName (label));
|
||||||
AddCodeLine ("clc");
|
AddCodeLine ("clc");
|
||||||
|
Loading…
Reference in New Issue
Block a user