mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-18 17:07:44 +00:00
Groundwork for supporting multiple TCG contexts. Note that having n_tcg_ctxs is unnecessary. However, it is convenient to have it, since it will simplify iterating over the array: we'll have just a for loop instead of having to iterate over a NULL-terminated array (which would require n+1 elems) or having to check with ifdef's for usermode/softmmu. Backports commit df2cce2968069526553d82331ce9817eaca6b03a from qemu |
||
---|---|---|
.. | ||
tcg | ||
Makefile.objs |