Cleanup Stubs.cpp (#4593)

This commit is contained in:
Alexander Shabalin
2020-12-15 10:30:15 +03:00
committed by Stanislav Erokhin
parent f160d8ec36
commit 92f8eff958
10 changed files with 161 additions and 95 deletions
@@ -314,7 +314,7 @@ KInt Konan_Platform_getCpuArchitecture() {
}
KInt Konan_Platform_getMemoryModel() {
return IsStrictMemoryModel ? 0 : 1;
return static_cast<KInt>(CurrentMemoryModel);
}
KBoolean Konan_Platform_isDebugBinary() {