about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md1
-rw-r--r--docs/box64.pod3
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index ca25a127..805dc1a4 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -152,7 +152,6 @@ Forbid dynablock creation in the interval specified (helpful for debugging behav
 Dynarec will compare it's execution with the interpreter (super slow, only for testing)

  * 0 : No comparison. (Default.)

  * 1 : Each opcode runs on interpreter and on Dynarec, and regs and memory are compared and print if different.

- * 2 : Thread-safe tests, extremely slow.

  * 0xXXXXXXXX-0xYYYYYYYY : define the interval where dynarec is tested (inclusive-exclusive)

 

 #### BOX64_DYNAREC_BIGBLOCK *

diff --git a/docs/box64.pod b/docs/box64.pod
index 2b67c336..478e602f 100644
--- a/docs/box64.pod
+++ b/docs/box64.pod
@@ -272,7 +272,8 @@ Dynarec will compare it's execution with the interpreter (super slow, only for t
 
     * 0 : No comparison. (Default.)
     * 1 : Each opcode runs on interepter and on Dynarec, and regs and memory are compared and print if different.
-    * 2 : Thread-safe tests, extremely slow.
+    * 0xXXXXXXXX-0xYYYYYYYY : Define the interval where dynarec is tested (inclusive-exclusive)
+
 
 =item B<BOX64_DYNAREC_BIGBLOCK>=I<0|1|2|3>