Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/pthread_stop_world.h')
-rw-r--r--include/private/pthread_stop_world.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/private/pthread_stop_world.h b/include/private/pthread_stop_world.h
index 780c0d9a..fd5d9031 100644
--- a/include/private/pthread_stop_world.h
+++ b/include/private/pthread_stop_world.h
@@ -49,9 +49,8 @@ struct thread_stop_info {
ptr_t reg_storage[NACL_GC_REG_STORAGE_SIZE];
# endif
-#if defined(SN_TARGET_ORBIS)
-# define ORBIS_GC_REG_STORAGE_SIZE 27
- __uint64_t registers[ORBIS_GC_REG_STORAGE_SIZE];
+#if defined(PLATFORM_GC_REG_STORAGE_SIZE)
+ __uint64_t registers[PLATFORM_GC_REG_STORAGE_SIZE];
#endif
};