diff options
Diffstat (limited to 'docs/box64.pod')
| -rw-r--r-- | docs/box64.pod | 3 |
1 files changed, 2 insertions, 1 deletions
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> |