Fix build
This commit is contained in:
@@ -136,7 +136,7 @@ OBJ_GETTER0(GetCurrentStackTrace) {
|
|||||||
int depth = 0;
|
int depth = 0;
|
||||||
_Unwind_Backtrace(depthCountCallback, &depth);
|
_Unwind_Backtrace(depthCountCallback, &depth);
|
||||||
if (depth < kSkipFrames)
|
if (depth < kSkipFrames)
|
||||||
return AllocArrayInstance(theArrayTypeInfo, 0, OBJ_RESULT)
|
return AllocArrayInstance(theArrayTypeInfo, 0, OBJ_RESULT);
|
||||||
Backtrace result(depth, kSkipFrames);
|
Backtrace result(depth, kSkipFrames);
|
||||||
_Unwind_Backtrace(unwindCallback, &result);
|
_Unwind_Backtrace(unwindCallback, &result);
|
||||||
RETURN_OBJ(result.obj());
|
RETURN_OBJ(result.obj());
|
||||||
|
|||||||
Reference in New Issue
Block a user