From b19ddc7982ef5935a3ed54cbc8525a06b3639e00 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Thu, 24 Feb 2022 22:29:21 +0000 Subject: [PATCH] git subrepo pull --force deps/lightrec subrepo: subdir: "deps/lightrec" merged: "747da9c5" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "747da9c5" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" --- deps/lightrec/.gitrepo | 4 ++-- deps/lightrec/lightrec.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/lightrec/.gitrepo b/deps/lightrec/.gitrepo index fb3c6d23..38490c7f 100644 --- a/deps/lightrec/.gitrepo +++ b/deps/lightrec/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = https://github.com/pcercuei/lightrec.git branch = master - commit = d3329782e806b9643239832f59e09d48ebc03d01 - parent = fc75c5470b8d931ad59d66b27203f02c1d1e674d + commit = 747da9c5d3e485f853b21bab3d158bd9b14d0500 + parent = e8633a2e14027e4552940ef3e1c27c40b94c4870 method = merge cmdver = 0.4.3 diff --git a/deps/lightrec/lightrec.c b/deps/lightrec/lightrec.c index e83f0e7d..3a6e1129 100644 --- a/deps/lightrec/lightrec.c +++ b/deps/lightrec/lightrec.c @@ -1283,7 +1283,7 @@ int lightrec_compile_block(struct lightrec_cstate *cstate, } } - if (ENABLE_DISASSEMBLER) + if (ENABLE_THREADED_COMPILER) lightrec_reaper_continue(state->reaper); jit_get_code(&code_size); -- 2.39.2