Hi Bill, That's an issue in the mini.c code. I will fix it ASAP.
Thank you! Ludovic On Fri, Oct 30, 2015 at 3:33 PM Bill Seurer <[email protected]> wrote: > The GC safepoint code is causing me compilation problems. In mini.h the > definition of OP_GC_SAFE_POINT is #ifed: > > #if defined(TARGET_AMD64) || defined(TARGET_X86) || defined(TARGET_ARM) > || defined(TARGET_ARM64) || defined(TARGET_S390X) > MINI_OP(OP_GC_SAFE_POINT, "gc_safe_point", NONE, IREG, NONE) > #endif > > but its use in mini.c is not (see mono_insert_safepoints for instance). > > Is this something truly optional or should it be implemented for power? > -- > > -Bill Seurer > > _______________________________________________ > Mono-devel-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-devel-list >
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
