From df278295f7287ed5b140956ccb89cda4c8ba2bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 26 Jul 2021 14:43:28 +0800 Subject: fix #620 --- meta/template/math.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/template/math.lua') diff --git a/meta/template/math.lua b/meta/template/math.lua index dc895bb7..e415bae6 100644 --- a/meta/template/math.lua +++ b/meta/template/math.lua @@ -99,7 +99,7 @@ function math.frexp(x) end ---@return number function math.ldexp(m, e) end ----#if VERSION <= 5.1 then +---#if VERSION <= 5.1 and not JIT then ---#DES 'math.log<5.1' ---@param x number ---@return number -- cgit v1.2.3