mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-05 03:44:56 +00:00
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 | ||