Files
unicorn/qemu/target/riscv
mio ffeddd7579 use qemu_memalign for all cpu structs
Some structs, specically CPUARMState is 16-bytes aligned.

This causes segment fault because gcc tends to vectorize

the assignment of the struct with infamous movaps tricks.

Without this patch, we fail on manylinux with 2.17 glibc

in release mode in i686.

qemu_memalign will ensure the alignment across platforms.
2024-10-17 13:50:07 +08:00
..
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00
2024-10-17 13:50:07 +08:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00
2021-11-09 00:21:34 +01:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00

code under riscv32/ is from riscv32-softmmu/target/riscv/*.inc.c
code under riscv64/ is from riscv64-softmmu/target/riscv/*.inc.c

WARNING: these code are autogen from scripts/decodetree.py, DO NOT modify them.