Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@2630 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1160,7 +1160,7 @@ unsigned ParseAddrSize (void)
|
||||
switch (GetSubKey (Keys, sizeof (Keys) / sizeof (Keys [0]))) {
|
||||
case 0:
|
||||
case 1:
|
||||
case 2: return ADDR_SIZE_FAR;
|
||||
case 2: return ADDR_SIZE_ZP;
|
||||
case 3:
|
||||
case 4:
|
||||
case 5: return ADDR_SIZE_ABS;
|
||||
|
||||
Reference in New Issue
Block a user