diff options
Diffstat (limited to 'src/format')
-rw-r--r-- | src/format/dex/method.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dex/method.c b/src/format/dex/method.c index 95f121a..cca03a7 100644 --- a/src/format/dex/method.c +++ b/src/format/dex/method.c @@ -161,7 +161,7 @@ GDexMethod *g_dex_method_new(const GDexFormat *format, const encoded_method *see g_binary_routine_set_address(routine, result->offset); - + g_binary_routine_set_size(routine, item.insns_size * sizeof(uint16_t)); result->routine = routine; |