diff --git a/src/ca65/condasm.c b/src/ca65/condasm.c index 82b738c44..77fdc0758 100644 --- a/src/ca65/condasm.c +++ b/src/ca65/condasm.c @@ -48,7 +48,7 @@ /* Maximum count of nested .ifs */ -#define MAX_IFS 32 +#define MAX_IFS 256 /* Set of bitmapped flags for the if descriptor */ enum {