This commit is contained in:
Dominik Maier
2021-11-10 04:26:56 +01:00
parent 7873e60740
commit 7adcced19b
3 changed files with 11 additions and 3 deletions

View File

@@ -342,7 +342,6 @@ struct uc_struct {
bool no_exit_request; // Disable check_exit_request temporarily. A
// workaround to treat the IT block as a whole block.
bool init_done; // Whether the initialization is done.
void *data_ptr; // optional data pointer for bindings
};
// Metadata stub for the variable-size cpu context used with uc_context_*()