Format code

This commit is contained in:
lazymio 2021-11-23 23:23:02 +01:00
parent c733bbada3
commit cb33fb2570
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ struct uc_struct {
sigjmp_buf jmp_bufs[UC_MAX_NESTED_LEVEL]; // To support nested uc_emu_start
int nested_level; // Current nested_level
struct TranslationBlock* last_tb; // The real last tb we executed.
struct TranslationBlock *last_tb; // The real last tb we executed.
};
// Metadata stub for the variable-size cpu context used with uc_context_*()