mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 00:57:04 +00:00
update libunwind to llvm release/13.x
upstream commit 2aa67b31faf087cd5a6df8aa4262b17bdc41bba7
This commit is contained in:
parent
303e1a062c
commit
111a2dcf3a
2
lib/libunwind/src/Unwind-EHABI.cpp
vendored
2
lib/libunwind/src/Unwind-EHABI.cpp
vendored
@ -97,9 +97,11 @@ _Unwind_Reason_Code ProcessDescriptors(
|
||||
case Descriptor::LU32:
|
||||
descriptor = getNextWord(descriptor, &length);
|
||||
descriptor = getNextWord(descriptor, &offset);
|
||||
break;
|
||||
case Descriptor::LU16:
|
||||
descriptor = getNextNibble(descriptor, &length);
|
||||
descriptor = getNextNibble(descriptor, &offset);
|
||||
break;
|
||||
default:
|
||||
assert(false);
|
||||
return _URC_FAILURE;
|
||||
|
Loading…
Reference in New Issue
Block a user