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 preprocessor check for inline asm #52

Merged
merged 1 commit into from
Oct 31, 2017

Conversation

jibsen
Copy link
Contributor

@jibsen jibsen commented Oct 31, 2017

With MSVC inline asm is only available when compiling for x86. WIN32 is defined for all of x86, x64, and ARM. This checks for MSVC and x86 instead.

With MSVC inline asm is only available when compiling for x86.
WIN32 is defined for all of x86, x64, and ARM. This checks for
MSVC and x86 instead.
@eeide
Copy link
Member

eeide commented Oct 31, 2017

Thank you for the patch, and for the hyperlinks in your comment that describe the patch. It looks good to me!

@eeide eeide merged commit b58bdca into csmith-project:master Oct 31, 2017
@jibsen jibsen deleted the fix-platform-msvc branch November 1, 2017 07:56
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