Cleanup Stubs.cpp (#4593)
This commit is contained in:
committed by
Stanislav Erokhin
parent
f160d8ec36
commit
92f8eff958
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user