]> git.gag.com Git - fw/sdcc/blobdiff - src/pic16/device.h
* src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
[fw/sdcc] / src / pic16 / device.h
index db4acee49945b4b213ded3d20344ebd54f077c29..717b681cda49051b4881d43b0d1d29b32510406a 100644 (file)
@@ -89,6 +89,7 @@ typedef struct PIC16_device {
 #define OF_LR_SUPPORT          0x00000001
 #define OF_OPTIMIZE_GOTO       0x00000002
 #define OF_OPTIMIZE_CMP                0x00000004
+#define OF_OPTIMIZE_DF         0x00000008
 
 typedef struct {
   int no_banksel;