interp/mintops.c: In function 'mono_interp_dis_mintop':
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:59:35 +0000 (01:59 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commitebbad7086248bcc00dc0b23d4e8087b4b29e1037
tree314fe5a849f2311338897fdec949b391dc20a2c1
parent0fa0784f3a3256df9f3a353ff38a92a06d6de43e
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));

Commit migrated from https://github.com/mono/mono/commit/b504d7e6d89c94ae7b00145afd3ff0b06813553b
src/mono/mono/mini/interp/mintops.c