Update README.md

This commit is contained in:
Ryan Fortner 2021-11-22 13:14:05 -05:00 committed by GitHub
parent d093585750
commit b7f16075ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ Usage
There are a few environment variables to control the behaviour of Box64.
See [here](USAGE.md) all the environment variables and what they do.
See [here](USAGE.md) for all the environment variables and what they do.
Note: Box64's Dynarec uses a mechanism with Memory Protection and a SegFault signal handler to handle JIT code. In simpler terms, if you want to use GDB to debug a running program that use JIT'd code (like mono/Unity3D), you will still have many "normal" segfaults triggering. It is suggested to use something like `handle SIGSEGV nostop` in GDB to not stop at each segfault, and maybe put a breakpoint inside `my_memprotectionhandler` in `signals.c` if you want to trap SegFaults.