mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-01-22 08:20:25 +01:00
* Handle the cpu context save in a more pythonic way, so the context can be serialized and reuse in an other process using the same emulator architecture and modes * Fix type error ; mistakes a size_t uint64_t ; breaks in 32bit... Backports commit 8987ad0fffadd16669aa3b402e7e8aaab70ad700 from qemu |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| arm64_const.py | ||
| arm_const.py | ||
| m68k_const.py | ||
| mips_const.py | ||
| sparc_const.py | ||
| unicorn.py | ||
| unicorn_const.py | ||
| x86_const.py | ||