Explorar o código

also check interior pointers on PS (compiler can generate mem offsets)

Nicolas Cannasse %!s(int64=4) %!d(string=hai) anos
pai
achega
c2786410a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/gc.c

+ 1 - 1
src/gc.c

@@ -73,7 +73,7 @@ static int_val gc_hash( void *ptr ) {
 #	define GC_MEMCHK
 #endif
 
-#if defined(HL_NX)
+#if defined(HL_NX) || defined(HL_PS)
 #	define GC_INTERIOR_POINTERS
 #endif