Merge pull request #619 from pcercuei/update-lightrec-20220224
authorAutechre <libretro@gmail.com>
Fri, 25 Feb 2022 19:57:01 +0000 (20:57 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 19:57:01 +0000 (20:57 +0100)
Update to latest Lightrec

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);