mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 11:39:13 +00:00
5a66d7f326
SPARCCPU::env was initialized from previously set properties (with help of sparc_cpu_parse_features) in cpu_sparc_register(). However there is not reason to keep it there as this task is typically done at realize time. So move post properties initialization into sparc_cpu_realizefn, which brings cpu_sparc_init() closer to cpu_generic_init(). Backports commit 700549620b3ee15924f19b9eb79961655ce671c5 from qemu |
||
---|---|---|
.. | ||
asi.h | ||
cc_helper.c | ||
cpu-qom.h | ||
cpu.c | ||
cpu.h | ||
fop_helper.c | ||
helper.c | ||
helper.h | ||
int32_helper.c | ||
int64_helper.c | ||
ldst_helper.c | ||
Makefile.objs | ||
mmu_helper.c | ||
TODO | ||
translate.c | ||
unicorn.c | ||
unicorn.h | ||
unicorn64.c | ||
vis_helper.c | ||
win_helper.c |