Interp sdb (#4911)
[mono.git] / mono / mini / interp / mintops.c
index 5b4d69269e851cb3cbab24ba2d5996c093c15035..b0fa6358c894a4ea71e3611569634a8eee56c310 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/**
+ * \file
  * Utilities for handling interpreter VM instructions
  *
  * Authors:
@@ -105,7 +106,7 @@ mono_interp_dis_mintop(const guint16 *base, const guint16 *ip)
                        if (i > 0)
                                g_print (", ");
                        offset = (gint32)READ32 (p);
-                       g_print ("IL_%04x", ip - base + 3 + 2 * sval + offset);
+                       g_print ("IL_%04x", p + offset);
                        p += 2;
                }
                g_print (")");