Merge pull request #2132 from tylzh97/stable

Fix typo in unicorn_mode
This commit is contained in:
van Hauser 2024-06-21 09:22:38 +02:00 committed by GitHub
commit 25b650f59d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ The following examples exist at the time of writing:
blocks blocks
- persistent: A C example using persistent mode for maximum speed, and resetting - persistent: A C example using persistent mode for maximum speed, and resetting
the target state between each iteration the target state between each iteration
- simple: A simple Python example - python_simple: A simple Python example
- speedtest/c: The C harness for an example target, used to compare C, Python, - speedtest/c: The C harness for an example target, used to compare C, Python,
and Rust bindings and fix speed issues and Rust bindings and fix speed issues
- speedtest/python: Fuzzing the same target in Python - speedtest/python: Fuzzing the same target in Python