mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
parent
857a566a2e
commit
e2c6648607
@ -104,7 +104,7 @@ int ValidAddrSizeForCPU (unsigned char AddrSize)
|
||||
|
||||
case ADDR_SIZE_FAR:
|
||||
/* Supported by "none" and 65816 */
|
||||
return (CPU == CPU_NONE && CPU == CPU_65816);
|
||||
return (CPU == CPU_NONE || CPU == CPU_65816);
|
||||
|
||||
case ADDR_SIZE_LONG:
|
||||
/* "none" supports all sizes */
|
||||
|
Loading…
Reference in New Issue
Block a user