mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
adjust literal width to match variable type
This commit is contained in:
parent
2f3cae0d2e
commit
07ca772932
@ -137,7 +137,7 @@ static unsigned char ReadProgramFile (void)
|
||||
{
|
||||
int Val;
|
||||
unsigned Addr = 0x0200;
|
||||
unsigned char SPAddr = 0x0000;
|
||||
unsigned char SPAddr = 0x00;
|
||||
|
||||
/* Open the file */
|
||||
FILE* F = fopen (ProgramFile, "rb");
|
||||
|
Loading…
Reference in New Issue
Block a user