Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relibc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Limkilde Svendsen
relibc
Commits
a446ac19
Verified
Commit
a446ac19
authored
8 months ago
by
Jacob Lorentzon
Browse files
Options
Downloads
Patches
Plain Diff
Fix (rare) stack corruption on x86_64.
parent
c0e07913
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
redox-rt/src/arch/x86_64.rs
+1
-1
1 addition, 1 deletion
redox-rt/src/arch/x86_64.rs
with
1 addition
and
1 deletion
redox-rt/src/arch/x86_64.rs
+
1
−
1
View file @
a446ac19
...
@@ -28,7 +28,7 @@ pub struct SigArea {
...
@@ -28,7 +28,7 @@ pub struct SigArea {
pub
pctl
:
usize
,
// TODO: find out how to correctly reference that static
pub
pctl
:
usize
,
// TODO: find out how to correctly reference that static
}
}
#[repr(C
,
align(
64
)
)]
#[repr(C)]
#[derive(Debug,
Default)]
#[derive(Debug,
Default)]
pub
struct
ArchIntRegs
{
pub
struct
ArchIntRegs
{
_pad
:
[
usize
;
2
],
// ensure size is divisible by 32
_pad
:
[
usize
;
2
],
// ensure size is divisible by 32
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment