#271: Reduce the amount of unknown_Java frames

This commit is contained in:
Andrey Pangin
2019-12-12 02:45:51 +03:00
parent 2557363892
commit 4cec7a3bb0
6 changed files with 77 additions and 43 deletions
+4
View File
@@ -55,4 +55,8 @@ bool StackFrame::pop(bool trust_frame_pointer) {
return false;
}
int StackFrame::callerLookupSlots() {
return 0;
}
#endif // defined(__arm__) || defined(__thumb__)