We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using print with 12 charachters, such as "hello world!", produces bad output on an arm 32 bit processor.
# ply 'k:sys_epoll_wait { print("hello world!"); exit(0); }' ply: active 000: 68 65 6c 6c 6f 20 77 6f 72 6c 64 21 69 ac 01 00 hello wo rld!i... ply: deactivating
Also adding another 8, 16, 24 ... characters and so on creates the same problem.
The text was updated successfully, but these errors were encountered:
45b57cb
No branches or pull requests
When using print with 12 charachters, such as "hello world!", produces bad output on an arm 32 bit processor.
Also adding another 8, 16, 24 ... characters and so on creates the same problem.
The text was updated successfully, but these errors were encountered: