remove safety checks, for some reason
This commit is contained in:
@ -247,10 +247,7 @@ struct uc_struct {
|
||||
|
||||
// Metadata stub for the variable-size cpu context used with uc_context_*()
|
||||
struct uc_context {
|
||||
uc_arch arch;
|
||||
uc_mode mode;
|
||||
size_t size;
|
||||
bool used;
|
||||
char data[0];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user