* src/z80/peep.c: fixed bug #2648964: --i-code-in-asm crashes sdcc
[fw/sdcc] / src / regression / picregs.h
1 #ifndef PICREGS_H
2
3 #if defined(__pic16)
4   #include <pic18fregs.h>
5 #else
6   #include <pic14regs.h>
7 #endif
8
9 #endif
10