mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-12 10:15:27 +00:00
f593db445a
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 |