Explorar el Código

Php and Flash don't like complex static inits either

Simon Krajewski hace 7 meses
padre
commit
22fa51d531
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/optimization/analyzer.ml

+ 1 - 1
src/optimization/analyzer.ml

@@ -1010,7 +1010,7 @@ module Run = struct
 			| TFunction tf ->
 				let get_t t = if ExtType.is_void t then tf.tf_type else t in
 				let doesnt_like_complex_expressions = match actx.com.platform with
-					| Cpp | Hl | Jvm ->
+					| Cpp | Hl | Jvm | Php | Flash ->
 						true
 					| _ ->
 						false