Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: omit nomem option to prevent compiler reorderings #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tsoutsman
Copy link
Member

See mkroening/interrupt-ref-cell#5 (comment).

Also adds the preserves_flags option to x86_64 assembly as the interrupt flag doesn't need to be preserved.

See mkroening/interrupt-ref-cell#5 (comment).

Also adds the `preserves_flags` option to `x86_64` assembly as the
interrupt flag [doesn't need to be preserved][rust-ref].

[rust-ref]: https://doc.rust-lang.org/reference/inline-assembly.html#rules-for-inline-assembly

Signed-off-by: Klimenty Tsoutsman <[email protected]>
@kevinaboos
Copy link
Member

Thanks, will wait on the x86_64 PR here before merging: rust-osdev/x86_64#440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants