Sfoglia il codice sorgente

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

Nicolas Cannasse 4 anni fa
parent
commit
c2786410a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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