We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693f103 commit 7578b03Copy full SHA for 7578b03
lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
@@ -84,7 +84,7 @@ struct ELFLinuxSigInfo {
84
int32_t si_code;
85
// Copied from siginfo_t so we don't have to include signal.h on non 'Nix
86
// builds. Slight modifications to ensure no 32b vs 64b differences.
87
- struct {
+ struct alignas(8) {
88
lldb::addr_t si_addr; /* faulting insn/memory ref. */
89
int16_t si_addr_lsb; /* Valid LSB of the reported address. */
90
union {
0 commit comments