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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 37e9f642..39852e21 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -109,6 +109,11 @@ Will use 32bits address in priority for external MMAP (when 32bits process are d
  * 0 : Use regular mmap (default, except for Snapdragron build)

  * 1 : Use 32bits address space mmap in priority for external mmap as soon a 32bits process are detected (default for Snapdragon build)

 

+#### BOX64_IGNOREINT3 *

+What to do when a CC INT3 opcode is encounter in the code being run

+ * 0 : Trigger a TRAP signal if a handler is present

+ * 1 : Just skip silently the opcode

+

 #### BOX64_X11GLX *

 Force libX11's GLX extension to be present.

 * 0 : Do not force libX11's GLX extension to be present.