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? 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
Just updated iSH to App Store v1.1.1 (Build 91) and got this new illegal instruction:
iPhone:~/data/yolo# cargo run Illegal instruction iPhone:~/data/yolo# dmesg 55 illegal instruction at 0x568067f6: 0f 11 42 24 8b 55 e8 66 iPhone:~/data/yolo# rasm2 -b 32 -d "0f1142248b55e866" movups xmmword [edx + 0x24], xmm0 mov edx, dword [ebp - 0x18] invalid
Originally posted by @sferrini in #853 (comment)
The text was updated successfully, but these errors were encountered:
I test emacs and rustc with every new iSH release, but so far it's not working. Rustc leaves this in the kernel log:
5 stub syscall 383 ... (many of mentions of syscall 383) ... 10 illegal instruction at 0xf39fc2e1: 66 0f 61 e8 66 0f 62 e8
TIL about rasm2. It gives me
~ # rasm2 -b 32 -d "660f61e8660f62e8" punpcklwd xmm5, xmm0 punpckldq xmm5, xmm0
Sorry, something went wrong.
No branches or pull requests
Just updated iSH to App Store v1.1.1 (Build 91) and got this new illegal instruction:
Originally posted by @sferrini in #853 (comment)
The text was updated successfully, but these errors were encountered: