2
0
Nicolas Cannasse 10 жил өмнө
parent
commit
3194502a00
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/neko/vm/Thread.hx

+ 1 - 1
std/neko/vm/Thread.hx

@@ -63,7 +63,7 @@ class Thread {
 		return thread_read_message(block);
 	}
 
-	function __compare(t) {
+	@:keep function __compare(t) {
 		return untyped __dollar__compare(handle,t.handle);
 	}