Comment 9 for bug 488354

Revision history for this message
In , Timeless-bemail (timeless-bemail) wrote :

(From update of attachment 415476)
for lazy people, that's bug 530087

>+ "blx ip \n\t" /* call it... */
> "mov lr, pc \n\t" /* call it... */

comments should match the conventions of our file, that means the exact same whitespace, no compression.

>+ "blx ip \n\t" /* copy args to the stack like the
>+ * compiler would */

i think:
        /* .... */
        /* .... */

>+#ifdef __thumb__
>+ "blx ip \n\t" /* call method */
>+ "mov lr, pc \n\t" /* call method */