瀏覽代碼

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

Nicolas Cannasse 4 年之前
父節點
當前提交
c2786410a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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