We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
end_c
1 parent 65aa602 commit 72a1c2bCopy full SHA for 72a1c2b
src/coreclr/unwinder/loongarch64/unwinder.cpp
@@ -9,6 +9,8 @@
9
10
#include "unwinder.h"
11
12
+#define NOTHING
13
+
14
typedef struct _LOONGARCH64_KTRAP_FRAME {
15
16
//
@@ -975,13 +977,11 @@ Return Value:
975
977
976
978
979
// end_c (11100101): end of unwind code in current chained scope
980
+ // Continue unwinding parent scope.
981
982
983
else if (CurCode == 0xe5) {
- if (AccumulatedSaveNexts != 0) {
- return STATUS_UNWIND_INVALID_SEQUENCE;
- }
984
- goto finished;
+ NOTHING;
985
}
986
987
0 commit comments