* src/port.h,
[fw/sdcc] / src / pic16 / main.c
index b739f3426d7829624a394989d91e04f782ba5f4b..67cc81e2cb49d0cd3cd4681273ad16a12314cb81 100644 (file)
@@ -870,6 +870,16 @@ PORT pic16_port =
   {
     pic16_emitDebuggerSymbol
   },
+  {
+    255/3,      /* maxCount */
+    3,          /* sizeofElement */
+    /* The rest of these costs are bogus. They approximate */
+    /* the behavior of src/SDCCicode.c 1.207 and earlier.  */
+    {4,4,4},    /* sizeofMatchJump[] */
+    {0,0,0},    /* sizeofRangeCompare[] */
+    0,          /* sizeofSubtract */
+    3,          /* sizeofDispatch */
+  },
   "_",
   _pic16_init,
   _pic16_parseOptions,