浏览代码

fix HL compilation

Simon Krajewski 9 年之前
父节点
当前提交
bf0551f399
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      genhl.ml

+ 4 - 0
genhl.ml

@@ -4738,6 +4738,10 @@ let interp code =
 				(function
 				| [VInt code] -> VUndef
 				| _ -> assert false)
+			| "sys_utf8_path" ->
+				(function
+				| [] -> VBool true
+				| _ -> assert false)
 			| "hash" ->
 				(function
 				| [VBytes str] -> VInt (hash (hl_to_caml str))