Make NoOp GC support multiple mutators
This commit is contained in:
committed by
Space
parent
792ac6ab63
commit
73533e4b19
@@ -441,6 +441,8 @@ ALWAYS_INLINE inline R CallWithThreadState(R(*function)(Args...), Args... args)
|
||||
return function(std::forward<Args>(args)...);
|
||||
}
|
||||
|
||||
extern const bool kSupportsMultipleMutators;
|
||||
|
||||
} // namespace kotlin
|
||||
|
||||
#endif // RUNTIME_MEMORY_H
|
||||
|
||||
Reference in New Issue
Block a user