Explorar o código

fixed int64 cast / dynget (#10828)

Nicolas Cannasse %!s(int64=2) %!d(string=hai) anos
pai
achega
b2f0e1bc4f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/generators/hl2c.ml

+ 1 - 1
src/generators/hl2c.ml

@@ -576,7 +576,7 @@ let generate_function ctx f =
 	in
 
 	let type_value_opt t =
-		match t with HF32 | HF64 -> "" | _ -> "," ^ type_value t
+		match t with HF32 | HF64 | HI64 -> "" | _ -> "," ^ type_value t
 	in
 
 	let dyn_call r f pl =