* src/port.h,
[fw/sdcc] / src / port.h
index 605ddf51dfb6bc87ecdc9448b0a4a5ae7f87f672..778d67b4ccbadd2a0c451b4a5ef8c9e2f11ae134 100644 (file)
@@ -212,7 +212,18 @@ typedef struct
        dwarf;
       }
     debugger;
-    
+
+    struct
+      {
+        int maxCount;
+        int sizeofElement;
+        int sizeofMatchJump[3];
+        int sizeofRangeCompare[3];
+        int sizeofSubtract;
+        int sizeofDispatch;
+      }
+    jumptableCost;
+        
 /** Prefix to add to a C function (eg "_") */
     const char *fun_prefix;