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

asm volatile -> __asm__ __volatile__ #508

Merged
merged 1 commit into from
Jan 9, 2022

Conversation

sleepybishop
Copy link
Contributor

There are places where asm volatile is used and others which use __asm__ __volatile__.

This PR makes consistent use of the latter since it's more widely supported.

@jserv jserv merged commit 57bd5b3 into DLTcollab:master Jan 9, 2022
@jserv
Copy link
Member

jserv commented Jan 9, 2022

Thank @sleepybishop for contributing!

@sleepybishop sleepybishop deleted the consistent_asm_volatile branch January 21, 2022 17:45
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.

None yet

2 participants