Fix errors on non-x86_64.

This commit is contained in:
4lDO2
2024-07-16 13:32:18 +02:00
parent 17cb748217
commit 22cab7ca8d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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)]
+1
View File
@@ -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))]