Further code generation ** NOT WORKING **
[virt-mem.git] / extract / codegen / struct_classify.ml
index 506d783..d10d1c4 100644 (file)
@@ -58,6 +58,10 @@ and parser_ = {
   pa_content_field_struct : content_field_struct;
 }
 
+and sfhash = (string, shape_field_struct) Hashtbl.t
+and cfhash = (string, content_field_struct) Hashtbl.t
+and pahash = (string, parser_) Hashtbl.t
+
 let endian_of_architecture arch =
   if String.starts_with arch "i386" ||
     String.starts_with arch "i486" ||