From f08654fba0a52248d3ae7e5764907bc2ae1a36b8 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 1 Oct 2020 23:14:08 +0800 Subject: disable workaround for 47bits lua light pointer --- core/src/xmake/prefix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h index 63d03ebd9..e21ada561 100644 --- a/core/src/xmake/prefix.h +++ b/core/src/xmake/prefix.h @@ -40,7 +40,8 @@ * private interfaces */ -#if TB_CPU_BIT64 +// this issue has been fixed, @see https://github.com/LuaJIT/LuaJIT/commit/e9af1abec542e6f9851ff2368e7f196b6382a44c +#if 0//TB_CPU_BIT64 /* we use this interface instead of lua_pushlightuserdata() to fix bad light userdata pointer bug * * @see https://github.com/xmake-io/xmake/issues/914 -- cgit v1.3.1