We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d4a4f commit ee4be3dCopy full SHA for ee4be3d
src/mono/mono/mini/mini-arm64.c
@@ -6966,7 +6966,7 @@ mono_arch_get_seq_point_info (guint8 *code)
6966
ji = mini_jit_info_table_find (code);
6967
g_assert (ji);
6968
6969
- info = g_malloc0 (sizeof (SeqPointInfo) + (ji->code_size / 4) * sizeof(guint8*));
+ info = g_malloc0 (sizeof (SeqPointInfo) + ji->code_size * sizeof(guint8*));
6970
6971
info->ss_tramp_addr = &ss_trampoline;
6972
0 commit comments