From 946da430388786a8237e2e7d17c7c2535246963f Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 23 Dec 2024 18:32:35 +0800 Subject: [LA64_DYNAREC] Fixed some LBT path issues (#2193) --- docs/box64.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/box64.pod b/docs/box64.pod index b3ad040c..7957a3d1 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -367,7 +367,7 @@ Behavior with FillBlock is not available (FillBlock build Dynarec blocks and is * 0 : Dynarec will not wait for FillBlock to ready and use Interpreter instead (might speedup a bit massive multithread or JIT programs) * 1 : Dynarec will wait for FillBlock to be ready (Default) -=item B=I<0|1> +=item B=I<0|1|2> The GDBJIT debugging support, only available with the compilation option GDBJIT=ON, enable it with gdb command: jit-reader-load /usr/local/lib/libbox64gdbjitreader.so. -- cgit 1.4.1