Use non-terminating TODO for safepoints (#4659)
This commit is contained in:
committed by
Vasily Levchenko
parent
a5cce930b1
commit
51f70254f7
@@ -103,15 +103,15 @@ ForeignRefContext InitLocalForeignRef(ObjHeader* object) {
|
||||
}
|
||||
|
||||
RUNTIME_NOTHROW void Kotlin_mm_safePointFunctionEpilogue() {
|
||||
TODO();
|
||||
// TODO: Unimplemented
|
||||
}
|
||||
|
||||
RUNTIME_NOTHROW void Kotlin_mm_safePointWhileLoopBody() {
|
||||
TODO();
|
||||
// TODO: Unimplemented
|
||||
}
|
||||
|
||||
RUNTIME_NOTHROW void Kotlin_mm_safePointExceptionUnwind() {
|
||||
TODO();
|
||||
// TODO: Unimplemented
|
||||
}
|
||||
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user