-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for register type xxx __asm__(yyy) #33
Comments
Sure, I'd be happy to take a (tested) patch. |
(That is to say, a patch that includes tests.) |
I would if I would have enough experience to implement this. My current result ist:
But it seems to be wrong because when I convert it back to C-Code then no C-Code is created for this line. Best regards, |
You need to add the code to the C generator: https://github.com/inducer/pycparserext/blob/master/pycparserext/ext_c_generator.py |
Is it possible to add support for the following syntax:
register typeName variableName asm("registerName");
Best regards,
Martin
The text was updated successfully, but these errors were encountered: