mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
Dwarf.Unwind: fix typo
This commit is contained in:
parent
a90eb50c80
commit
12ceb896fa
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ pub const CommonInformationEntry = struct {
|
|||
'P' => {
|
||||
const enc: EH.PE = @bitCast(try aug_data.takeByte());
|
||||
const endian: Endian = .little; // irrelevant because we're discarding the value anyway
|
||||
_ = try readEhPointerAbs(&r, enc.type, addr_size_bytes, endian); // we ignore the personality routine; endianness is irrelevant since we're discarding
|
||||
_ = try readEhPointerAbs(&aug_data, enc.type, addr_size_bytes, endian); // we ignore the personality routine; endianness is irrelevant since we're discarding
|
||||
},
|
||||
'R' => fde_pointer_enc = @bitCast(try aug_data.takeByte()),
|
||||
'S' => is_signal_frame = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue