1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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");