Skip to content

asm: Add att_syntax and raw options #144

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

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

retrage
Copy link
Contributor

@retrage retrage commented Jul 30, 2021

As reported in issue #143, recent nightly rustc fails to compile the
assembly file because it uses AT&T syntax. It is also suggested that use
raw option when using include_str! macro.

https://rust-lang.github.io/rfcs/2873-inline-asm.html#options-1
rust-lang/rust#86599

Signed-off-by: Akira Moroo [email protected]

As reported in issue cloud-hypervisor#143, recent nightly rustc fails to compile the
assembly file because it uses AT&T syntax. It is also suggested that use
raw option when using `include_str!` macro.

https://rust-lang.github.io/rfcs/2873-inline-asm.html#options-1
rust-lang/rust#86599

Signed-off-by: Akira Moroo <[email protected]>
@retrage retrage merged commit cbbd2e4 into cloud-hypervisor:master Jul 30, 2021
@retrage retrage deleted the asm-options-fix branch April 12, 2022 10:55
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