mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-19 16:14:59 +00:00
Groundwork for supporting multiple TCG contexts. The core of this patch is this change to tcg/tcg.h: > -extern TCGContext tcg_ctx; > +extern TCGContext tcg_init_ctx; > +extern TCGContext *tcg_ctx; Note that for now we set *tcg_ctx to whatever TCGContext is passed to tcg_context_init -- in this case &tcg_init_ctx. Backports commit b1311c4acf503dc9c1a310cc40b64f05b08833dc from qemu |
||
|---|---|---|
| .. | ||
| tcg | ||
| Makefile.objs | ||