* src/port.h,
[fw/sdcc] / src / avr / main.c
index 9f5a4fcd1c33aa3102cf466e3839057ee90bf9da..e09ba53a0c23f5d2c7a7a88a5f9b5166d820ff05 100644 (file)
@@ -230,6 +230,16 @@ PORT avr_port = {
        {
           avr_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 */
+       },
        "_",
        _avr_init,
        _avr_parseOptions,