From bef585aa8405a6cbd2e029a6745e607985a4001b Mon Sep 17 00:00:00 2001 From: Igor Munkin <imun@tarantool.org> Date: Sat, 12 Jun 2021 18:45:56 +0300 Subject: [PATCH] luajit: bump new version * ARM64: Fix xpcall() error case (really). * ARM64: Fix xpcall() error case. * test: add arch-specific skipcond for memprof * ARM, ARM64, PPC: Fix TSETR fallback. Closes #6084 Closes #6093 Part of #5629 --- third_party/luajit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/luajit b/third_party/luajit index fa581e9fe7..af889e4608 160000 --- a/third_party/luajit +++ b/third_party/luajit @@ -1 +1 @@ -Subproject commit fa581e9fe75f5e6500a1193d26d35b45d6f962d6 +Subproject commit af889e4608e6eca495dd85e6161d8bcd7d3628e6 -- GitLab