* src/port.h,
[fw/sdcc] / src / xa51 / main.c
index 9d2f9ba9cdbe5935fa98620956ffd44a8367efb7..26b52112b2716cd4e815b75b3e68b4559f481ee6 100755 (executable)
@@ -304,6 +304,16 @@ PORT xa51_port =
   {
     xa51_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 */
+  },
   "_",
   _xa51_init,
   _xa51_parseOptions,