You've already forked linux-packaging-mono
Imported Upstream version 4.4.0.142
Former-commit-id: 08ca4d6ded648b2ac2eb817c12d5723b52edbb16
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
/* MS_BLOCK_SIZE must be a multiple of the system pagesize, which for some
|
||||
architectures is 64k. */
|
||||
#if defined(TARGET_POWERPC64)
|
||||
#if defined(TARGET_POWERPC) || defined(TARGET_POWERPC64)
|
||||
#define ARCH_MIN_MS_BLOCK_SIZE (64*1024)
|
||||
#define ARCH_MIN_MS_BLOCK_SIZE_SHIFT 16
|
||||
#endif
|
||||
|
||||
@@ -614,7 +614,7 @@ null_link_if (gpointer hidden, GCHandleType handle_type, int max_generation, gpo
|
||||
return hidden;
|
||||
|
||||
if (closure->predicate (obj, closure->data))
|
||||
return NULL;
|
||||
return MONO_GC_HANDLE_METADATA_POINTER (sgen_client_default_metadata (), GC_HANDLE_TYPE_IS_WEAK (handle_type));
|
||||
|
||||
return hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user