-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Guille Polito edited this page Sep 30, 2020
·
3 revisions
Welcome to the pharo-unicorn wiki!
How to enable Floating Point Support in aarch64 (ARM64)
How to enable Floating Point Support in ARM 32 bits mode (v5, v6, v7)
- Stack Pointer alignment in ARMv8 is not checked by default by Unicorn. Pablo has made a fix and will soon do a PR.
- ARM* simulation mode does not always advance properly the instruction pointer. It's safer (for now) to step one instruction at a time. See for example https://github.com/unicorn-engine/unicorn/issues/972