-
Notifications
You must be signed in to change notification settings - Fork 93
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
Plans for x86 arch support? #49
Comments
Short answer: No That said, if you want to add support for it, it would probably be quite easy. All you need to do is to create the missing file (probably starting from |
Thanks for the answer. At first glance it seems that adding support for x86 is not difficult. I have difficulty passing arguments, as x86 passes arguments not through registers, but through the stack (the |
Ouch! Well in that case it is actually a bit more work. The some of the code in |
x86 is curently not suported. For more information see iovisor/ply#49 Closes: https://bugs.gentoo.org/733318 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Jakov Smolic <[email protected]>
x86 is currently not suported. For more information see iovisor/ply#49 Closes: https://bugs.gentoo.org/733318 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Jakov Smolic <[email protected]>
x86 is currently not suported. For more information see iovisor/ply#49 Closes: https://bugs.gentoo.org/733318 Closes: #16852 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Jakov Smolic <[email protected]> Signed-off-by: Zac Medico <[email protected]>
Hi,
Can I use
ply
fori586
architecture? When I try to compileply
I see the follow error:The text was updated successfully, but these errors were encountered: