Add register assignment for double-precision args on ARM hard float.
[mono.git] / mono / mini / tasklets.c
index a96f12ed8faa81f31a903c201bdc7c728da06e5f..d94448ab5f1f11152b3e9f1fc0d8d8c4b1deb39f 100644 (file)
@@ -74,7 +74,7 @@ continuation_mark_frame (MonoContinuation *cont)
        } while (1);
 
        cont->top_sp = MONO_CONTEXT_GET_SP (&ctx);
-       /*g_print ("method: %s, sp: %p\n", ji->method->name, cont->top_sp);*/
+       /*g_print ("method: %s, sp: %p\n", jinfo_get_method (ji)->name, cont->top_sp);*/
 
        return NULL;
 }