Added support for stack allocation...
[repair.git] / Repair / RepairCompiler / MCC / Runtime / tmap.h
index 27249ca0a64c87e776eab8ed61bd072b68828deb..85f8619f044d5acc251178c42e3133470578f97d 100755 (executable)
@@ -15,7 +15,10 @@ class typemap {
   bool istype(void *ptr, void *high, int structure);
   void reset();
   typeobject *size;
+  void initializestack(void *high);
  private:
+  void *low;
+  void *high;
   bool checkmemory(void* low, void* high);
   bool checktype(bool doaction,void *ptr, int structure);
   bool checktype(bool doaction, void *low, void *high,int structure, struct rbtree *ttree);