1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00

adjust literal width to match variable type

This commit is contained in:
bbbradsmith 2019-05-28 15:38:27 -04:00 committed by Oliver Schmidt
parent 2f3cae0d2e
commit 07ca772932

View File

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