interp/mintops.c: In function 'mono_interp_dis_mintop':
commitb504d7e6d89c94ae7b00145afd3ff0b06813553b
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:59:35 +0000 (13 01:59 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (17 21:53 -0500)
tree74935d98a763eb36b438e473f59fe65159d8eaa3
parent452209414ea9f9863758e63c4d0307572e45f755
interp/mintops.c: In function 'mono_interp_dis_mintop':
interp/mintops.c:87:37: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int' [-Wformat=]
   g_string_append_printf (str, " %lld", (gint64)READ64 (ip + 1));
mono/mini/interp/mintops.c