README.md

This commit is contained in:
redcode
2018-11-01 03:12:22 +01:00
parent bd776b2aa9
commit 68faf45ecb

View File

@@ -160,7 +160,7 @@ void (* halt)(void *context, zboolean state);
**Description**
Callback: Called when the CPU enters or exits the halt state.
**Note**
This callback is **optional**, it must be set to `NULL` if not used.
This callback is **optional** and must be set to `NULL` if not used.
**Parameters**
`context` → The value of the member `context`.
`state``TRUE` if halted; `FALSE` otherwise.