Nicolas Cannasse %!s(int64=18) %!d(string=hai) anos
pai
achega
a8444aadd5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      genswf9.ml

+ 1 - 1
genswf9.ml

@@ -1441,7 +1441,7 @@ let generate types hres =
 		try_scope_reg = None;
 	} in
 	List.iter (generate_type ctx) types;
-	Hashtbl.iter (fun _ _ -> assert false) hres;
+	Hashtbl.iter (fun _ _ -> failwith "Resources are not yet supported in Flash9") hres;
 	let init = generate_inits ctx types in
 	let a = {
 		as3_ints = lookup_array ctx.ints;