about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2023-11-26 23:46:21 +0800
committerGitHub <noreply@github.com>2023-11-26 16:46:21 +0100
commit6ad9435b4d5720c70fed6e0ade85cb56f9be204d (patch)
tree0bc78ef0d6336a36da67a2749203acd53227fc91 /docs
parente853892282b5f43767ec4c1a4c6b12c8b9dfb553 (diff)
downloadbox64-6ad9435b4d5720c70fed6e0ade85cb56f9be204d.tar.gz
box64-6ad9435b4d5720c70fed6e0ade85cb56f9be204d.zip
[DYNAREC_RV64] Fixed BTS BTR BTC for zbs extension (#1084)
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md2
-rw-r--r--docs/box64.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 6f7a53c2..a7b419c8 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -52,7 +52,7 @@ Only on build with trace enabled. Trace allow the logging of all instruction exe
  * 0xXXXXXXX-0xYYYYYYY : Trace only between the 2 addresses.

 

 #### BOX64_TRACE_INIT *

-Use BOX64_TRACE_INIT instead of BOX_TRACE to start trace before the initialisation of libraries and the running program

+Use BOX64_TRACE_INIT instead of BOX64_TRACE to start trace before the initialisation of libraries and the running program

  * 0 : No trace. (Default.)

  * 1 : Trace enabled. The trace start with the initialisation of all depending libraries is done.

 

diff --git a/docs/box64.pod b/docs/box64.pod
index a14f9b73..3da39c71 100644
--- a/docs/box64.pod
+++ b/docs/box64.pod
@@ -151,7 +151,7 @@ Only on build with trace enabled. Trace allow the logging of all instruction exe
 
 =item B<BOX64_TRACE_INIT>=I<0|1>
 
-Use B<BOX64_TRACE_INIT> instead of B<BOX_TRACE> to start trace before the
+Use B<BOX64_TRACE_INIT> instead of B<BOX64_TRACE> to start trace before the
 initialization of libraries and the running program
 
     * 0 : No trace. (Default.)