Skip to content

Commit

Permalink
[interp] Fix debug build. (mono/mono#16720)
Browse files Browse the repository at this point in the history
Commit migrated from mono/mono@8c77bcd
  • Loading branch information
jaykrell authored and BrzVlad committed Sep 8, 2019
1 parent e277717 commit 9a04875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/mini/interp/interp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,7 @@ static int opcode_counts[512];
sp->data.l = 0; \
output_indent (); \
char *mn = mono_method_full_name (frame->imethod->method, FALSE); \
char *disasm = mono_interp_dis_mintop(imethod->code, ip); \
char *disasm = mono_interp_dis_mintop (frame->imethod->code, ip); \
g_print ("(%p) %s -> %s\t%d:%s\n", mono_thread_internal_current (), mn, disasm, vt_sp - vtalloc, ins); \
g_free (mn); \
g_free (ins); \
Expand Down

0 comments on commit 9a04875

Please sign in to comment.