GC_SAFE_POINT

Neale Ferguson <[email protected]> Tue, 8 Aug 2017 18:51:45 +0000
Newsgroups gmane.comp.gnome.mono.devel
Message-ID <D5AF807B.A4306%[email protected]>
In the GC_SAFE_POINT instruction for ARM we have:


                case OP_GC_SAFE_POINT: {

                        guint8 *buf [1];


                        g_assert (mono_threads_is_coop_enabled ());


                        ARM_LDR_IMM (code, ARMREG_IP, ins->sreg1, 0);

                        ARM_CMP_REG_IMM (code, ARMREG_IP, 0, 0);

Is the value whose address is in ins->sreg1 an integer or a single byte?

Neale

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.dot.net/mailman/listinfo/mono-devel-list