[K/N] Minor debug info fix

This commit is contained in:
Pavel Kunyavskiy
2021-07-02 14:36:39 +03:00
committed by Space
parent 4c2d518cf5
commit 271fc35082
@@ -176,7 +176,7 @@ extern "C" struct SourceInfo Kotlin_getSourceInfo(void* addr) {
if (lineNumber == 0)
return 0;
CSRange range = CSSourceInfoGetRange(ref);
SYM_LOG("ref(%p .. %p) [{\n", (void *)rangeRef.location, (void *)(range.location + range.length));
SYM_LOG("ref(%p .. %p) [{\n", (void *)range.location, (void *)(range.location + range.length));
SYM_DUMP(ref);
SYM_DUMP(CSSourceInfoGetSymbol(ref));
const char* fileName = CSSourceInfoGetPath(ref);