소스 검색

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