-
Notifications
You must be signed in to change notification settings - Fork 10
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
Code generation fails for MemoryAliasNode #86
Comments
Hi! This is acceptable workaround. But real problem is in Previously, There already are fixes for same problems in Please note, that |
Done. |
Thanks for the tips about devel branch, will use that. |
Hi! I am currently developing models for 7.0.50 using Yes, we also trying to support new versions of python. While still not dropping 2.7. As soon as Py3 tends to give compatibility surprises, an idea to drop it at all and maintain Py2 only (as it will never change) looks attracting to me... |
Thanks for update, |
Try to revert this patch. |
Updated |
Now all modules use HTTPS. |
That did the trick, submodule update works now. Thank you. |
project.zip
Hi, I am having issue with generating machine that has MemoryAliasNode. I have attached compressed project.py. I am using QEMU 5.0.1
generation fails then checking for Type.exists, node.allias_offset is assigned to CINT object that is not string
I am able to fix this in my case by adding this check
but I am not sure that this is the right way.
BR. Oleksiy
The text was updated successfully, but these errors were encountered: