mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 08:21:05 +00:00
c1e26c4e35
Thereby decoupling the resulting translated code from the current state of the system. The tb->cflags field is not passed to tcg generation functions. So we add a field to TCGContext, storing there a copy of tb->cflags. Most architectures have <= 32 registers, which results in a 4-byte hole in TCGContext. Use this hole for the new field. Backports commit e82d5a2460b0e176128027651ff9b104e4bdf5cc from qemu |
||
---|---|---|
.. | ||
tcg | ||
Makefile.objs |