Fix errors on non-x86_64.
This commit is contained in:
@@ -23,6 +23,7 @@ pub struct SigArea {
|
||||
pub onstack: u64,
|
||||
pub disable_signals_depth: u64,
|
||||
pub pctl: usize, // TODO: remove
|
||||
pub last_sig_was_restart: bool,
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Default)]
|
||||
|
||||
@@ -21,6 +21,7 @@ pub struct SigArea {
|
||||
pub tmp_eax: usize,
|
||||
pub tmp_edx: usize,
|
||||
pub disable_signals_depth: u64,
|
||||
pub last_sig_was_restart: bool,
|
||||
}
|
||||
#[derive(Debug, Default)]
|
||||
#[repr(C, align(16))]
|
||||
|
||||
Reference in New Issue
Block a user