[Mono-dev] GC_SAFE_POINT
Neale Ferguson
neale at sinenomine.net
Tue Aug 8 18:51:45 UTC 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-devel-list/attachments/20170808/aa4e6d15/attachment.html>
More information about the Mono-devel-list
mailing list