From 1eeab7bb0276cef39aa14d3c36b0d578083c7a60 Mon Sep 17 00:00:00 2001 From: lazymio Date: Sun, 6 Mar 2022 23:40:50 +0100 Subject: [PATCH] Format code --- include/uc_priv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/uc_priv.h b/include/uc_priv.h index 81692e4c..7d1599a1 100644 --- a/include/uc_priv.h +++ b/include/uc_priv.h @@ -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;