diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 2 | ||||
| -rw-r--r-- | docs/box64.pod | 2 |
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.) |