Skip to content
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

print with 12 characters on arm32 not working #14

Closed
ccb3 opened this issue Nov 1, 2018 · 0 comments
Closed

print with 12 characters on arm32 not working #14

ccb3 opened this issue Nov 1, 2018 · 0 comments

Comments

@ccb3
Copy link

ccb3 commented Nov 1, 2018

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.

@wkz wkz closed this as completed in 45b57cb Nov 1, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant