瀏覽代碼

[hl] don't intercept Sys_exit

Simon Krajewski 8 年之前
父節點
當前提交
e5576893a2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/generators/hlinterp.ml

+ 2 - 0
src/generators/hlinterp.ml

@@ -1179,6 +1179,8 @@ let call_fun ctx f args =
 			raise (InterpThrow v)
 		| Failure msg ->
 			throw_msg ctx msg
+		| Sys_exit _ as exc ->
+			raise exc
 		| e ->
 			throw_msg ctx (Printexc.to_string e)