Browse Source

removed invalid assert.

Nicolas Cannasse 20 years ago
parent
commit
6273faab5d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      genswf8.ml

+ 0 - 1
genswf8.ml

@@ -856,7 +856,6 @@ and gen_expr_2 ctx retval e =
 		j();
 		ctx.stack_size <- s;
 		gen_expr ctx retval e;
-		if ctx.stack_size <> s then assert false;
 		jend()
 	| TWhile (cond,e,Ast.NormalWhile) ->
 		let loop_end = begin_loop ctx in