* src/pic16/device.h,
[fw/sdcc] / src / pic16 / device.h
index 2906d7bba6b5d898f0def553ee8e2a4a239d0717..92cbe337eb5f8430622843ff2021b40455295b35 100644 (file)
@@ -86,7 +86,8 @@ typedef struct PIC16_device {
 /* Given a pointer to a register, this macro returns the bank that it is in */
 #define REG_ADDR(r)        ((r)->isBitField ? (((r)->address)>>3) : (r)->address)
 
-#define OF_LR_SUPPORT  0x00000001
+#define OF_LR_SUPPORT          0x00000001
+#define OF_OPTIMIZE_GOTO       0x00000002
 
 
 typedef struct {