Format code

This commit is contained in:
lazymio 2022-03-06 23:40:50 +01:00
parent 09b15e9071
commit 1eeab7bb02
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -343,7 +343,8 @@ struct uc_struct {
int use_exits;
uint64_t exits[UC_MAX_NESTED_LEVEL]; // When multiple exits is not enabled.
GTree *ctl_exits; // addresses where emulation stops (@until param of
// uc_emu_start()) Also see UC_CTL_USE_EXITS for more details.
// uc_emu_start()) Also see UC_CTL_USE_EXITS for more
// details.
int thumb; // thumb mode for ARM
MemoryRegion **mapped_blocks;