2 z80 peephole optimizer segfault when it incorrectly parsed the set_id label as a set instruction.
7 #if defined(__SDCC_z80) || defined(__SDCC_z180) || defined(__SDCC_r2k) || defined(__SDCC_r2ka) || defined(__SDCC_r3ka)
10 static unsigned char cpu_id
;
11 static int cpu_cache
= 0;
12 static const char *cpu_bugs
= "";
13 static signed char z80_nmos
= -1;
15 #define CPU_Z80_Z280 2
16 static void cpu_ident(void)
24 case CPU_Z80_Z280
: /* FIXME R800.. */