Closed ccb3 closed 6 years ago
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.
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.