Don't silently truncate banks greater than 255 to 8 bits.

This commit is contained in:
Anthony J. Bentley
2015-07-26 02:08:39 -06:00
parent 49809f6caf
commit 6c10ca62ad
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ sym_GetBank(char *tzName)
}
void
sym_CreateSymbol(char *tzName, SLONG nValue, SBYTE nBank)
sym_CreateSymbol(char *tzName, SLONG nValue, SLONG nBank)
{
if (strcmp(tzName, "@") == 0)
return;