Explorar o código

true is false

Simon Krajewski %!s(int64=8) %!d(string=hai) anos
pai
achega
e4fdd5ad20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/generators/genhl.ml

+ 1 - 1
src/generators/genhl.ml

@@ -3749,7 +3749,7 @@ let generate com =
 	if Common.defined com Define.Interp then
 		try
 			let t = Common.timer ["generate";"hl";"interp"] in
-			let ctx = Hlinterp.create false in
+			let ctx = Hlinterp.create true in
 			Hlinterp.add_code ctx code;
 			t();
 		with