git subrepo pull --force deps/lightrec
authorPaul Cercueil <paul@crapouillou.net>
Thu, 24 Feb 2022 22:29:21 +0000 (22:29 +0000)
committerPaul Cercueil <paul@crapouillou.net>
Thu, 24 Feb 2022 22:29:21 +0000 (22:29 +0000)
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
deps/lightrec/lightrec.c

index fb3c6d2..38490c7 100644 (file)
@@ -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
index e83f0e7..3a6e112 100644 (file)
@@ -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);