Skip to content

Commit

Permalink
Fixed label emitting on 6502 cpu processors.
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlessmind1975 committed Oct 26, 2024
1 parent 65e90fa commit 48ce4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ugbc/src/ugbc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3979,7 +3979,7 @@ char * basename( char * _path );
}

#define BUILD_TOOLCHAIN_CC65_EXEC( _environment, target, executableName, listingFileName, additionalParameters ) \
sprintf( commandLine, "\"%s\" %s -Ln /tmp/bug3.lbl -g -o \"%s\" %s -t %s -C \"%s\" \"%s\"", \
sprintf( commandLine, "\"%s\" %s -o \"%s\" %s -t %s -C \"%s\" \"%s\"", \
executableName, \
listingFileName, \
_environment->exeFileName, \
Expand Down

0 comments on commit 48ce4ab

Please sign in to comment.